AndroidChatBubbles icon indicating copy to clipboard operation
AndroidChatBubbles copied to clipboard

Retain the state of listview when application closed and open

Open prasannaguna opened this issue 11 years ago • 2 comments

How to retain the state of listview ,whenever application closed and open ,like showing the previous values in listview.

prasannaguna avatar Aug 06 '13 05:08 prasannaguna

onPause () onResume ()

olealgoritme avatar Aug 12 '14 06:08 olealgoritme

Or store values in SharedPrefs, and load in onCreate ()

olealgoritme avatar Aug 12 '14 06:08 olealgoritme