N
N
newdancer2016-11-23 12:57:41
Android
newdancer, 2016-11-23 12:57:41

How to convert xml to image?

How to convert xml to image? And is there such a possibility. You need to transfer a picture to the repost that should look like an application layout with all the data. How to implement this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg Gamega, 2016-11-23
@gadfi

You need to take a screenshot of the view

view.setDrawingCacheEnabled(true);
Bitmap bitmap = Bitmap.createBitmap(view.getDrawingCache());

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question