Re: [android-developers] Saving state of custom adapter

2016-04-29 Thread shikhar jain
It has methods for primitive data types. I need for a custom adapter that extends an array adapter. Thanks though for your input If anyone could guide me to a working example it would be great! On Friday, April 29, 2016 at 4:20:07 PM UTC+5:30, gjs wrote: > > > http://developer.android.com/train

Re: [android-developers] Saving state of custom adapter

2016-04-29 Thread gjs
http://developer.android.com/training/basics/activity-lifecycle/recreating.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr

Re: [android-developers] Saving state of custom adapter

2016-04-29 Thread shikhar jain
The problem is not when I scroll my view , its after restarting the app. Checkboxes stay intact after scrolling. On Thursday, April 28, 2016 at 7:02:20 PM UTC+5:30, sardar khan wrote: > > > http://stackoverflow.com/questions/19087096/android-radio-buttons-keep-changing-their-state-when-list-view-

Re: [android-developers] Saving state of custom adapter

2016-04-28 Thread sardar khan
http://stackoverflow.com/questions/19087096/android-radio-buttons-keep-changing-their-state-when-list-view-scrolled kindly have look at this to solve the problem Thanks regards Sardar Khan On Thu, Apr 28, 2016 at 6:20 PM, shikhar jain wrote: > Hey, > > I am developing an app that include a Cust

[android-developers] Saving state of custom adapter

2016-04-28 Thread shikhar jain
Hey, I am developing an app that include a CustomAdapter which contains a listview with checkboxes in it. I am having trouble with storing the state of the listview . i.e After restarting the app the checked items do not stay checked. -- You received this message because you are subscribed to