Valiakin Aleksei

Results 3 comments of Valiakin Aleksei

Do you need a function to get a screenshot just from view? This can be done like below: public static Bitmap shot(View view) { view.setDrawingCacheEnabled(true); Bitmap bitmap = view.getDrawingCache(); view.setDrawingCacheEnabled(false);...

> > can you guide me, I don't know Kotlin exactly so I don't know exactly how you get a screenshot object from "it"? > > please help me >...