Android Sharedpreferences Save Bitmap
I have an Activity on my app that has to save some data, and that data has to be accesed from other Activity, so i´m using SharedPreferences to do this, the problem is that, when
Solution 1:
The is no reason to store an entire Bitmap in SharedPreferences. Save it as an ordinary file. If you have to store anything in SharedPreferences, just store the file path.
Post a Comment for "Android Sharedpreferences Save Bitmap"