How to get a Bitmap object from an Uri (if I succeed to store it in /data/data/MYFOLDER/myimage.png or file///data/data/MYFOLDER/myimage.png) to use it in my application? Does anyone have an...
  • May 22, 2022
  • 0 Comments
I am reusing ImageViews for my displays, but at some point I don’t have values to put it. So how to clear an ImageView in Android? I’ve tried: mPhotoView.invalidate();...
  • May 17, 2022
  • 0 Comments