I have a drawing application. I need the application to recover from minimization (clicking back until the application minimizes). As i understood from several forums the best way and the simplest to do it is by saving the bitmap to a local temporary folder, and on open the bitmap from it. What i didn’t find is any tutorial or examples how can it be done.
Can you please suggest some good tutorial on this issue or maybe in case you have done such a thing before post your solution to this issue.
Thanks,
Better to use Android SharePreference to Store Image Bitmap.
Save Image Bitmap.
Get Image Bitmap
After get Image bitmap show it image view or other view.
Thanks