Solve Black Screen While Converting Textview Into Bitmap
I want to convert textView into Bitmap but I am getting blackscreen Instead of the data inside textview. Screen I want to convert Screen which I am getting after drawing cache I
Solution 1:
Transparent background usually causes the background to get black when converted into bitmap, try putting background color of your background frame of TextView
to somewhat like white color then try converting it to bitmap.
Solution 2:
Try creating bitmap from TextView, currently you are converting RelativeLayout to Bitmap...
Post a Comment for "Solve Black Screen While Converting Textview Into Bitmap"