Re: [android-developers] how to save the state of checked item in ListView having Checkbox

2010-09-30 Thread TreKing
On Wed, Sep 29, 2010 at 10:11 PM, Rocky wrote: > so is any way so that i can store (print) the all the checked item not the > last item. What are you doing now that's not working? - TreKing

Re: [android-developers] how to save the state of checked item in ListView having Checkbox

2010-09-29 Thread Rocky
thanks for replay my problem is - while i wants to store the any more than two checked item from the list, it is always store the last element only. so is any way so that i can store (print) the all the checked item not the last item. On Wed, Sep 29, 2010 at 9:50 PM, TreKing wrote: > On Wed, S

Re: [android-developers] how to save the state of checked item in ListView having Checkbox

2010-09-29 Thread TreKing
On Wed, Sep 29, 2010 at 6:40 AM, RKJ (Android developer) < rkjhaw1...@gmail.com> wrote: > I'm new to android, please help me how to save the state of checkbox, Depends on how persistent you need the state to be. See this: onSaveInstanceState

[android-developers] how to save the state of checked item in ListView having Checkbox

2010-09-29 Thread RKJ (Android developer)
Hi, I'm new to android, please help me how to save the state of checkbox, i.e. I've ListView with checkbox, three textview and again checkbox. I wish to save the checked state of item(s), how to save the state of checkbox. -- You received this message because you are subscribed to the Google G