In iPhone we are using NSUserDefaults to temporarily store the data (around 30 images and texts) for a custom list view. How can we achieve this in Android?
In iPhone we are using NSUserDefaults to temporarily store the data (around 30 images
Share
By using sharedpreferences concept u can achieve this.
see this link:SharedPreferences
and refer this example:example for shared preferences