jaydeepw / poly-picker

Android library project for providing multiple image selection from the device.
406 stars 114 forks source link

Persist selected photos on Activity restart. #19

Closed jaydeepw closed 9 years ago

jaydeepw commented 9 years ago

We can resort to using onSaveInstanceState to save the selected images when the activity restarts due to changes in the orientation but we will have to save the HashSet of the images there which cannot be done via the API.

We need to save such things using DB within the app and restore this data when the activity restarts.

jaydeepw commented 9 years ago

fix in 1.0.10