Tuesday, August 2, 2011

[android-developers] Re: Issues with CheckBox setting checBox ID in a ListView

Actually my listview is as:
After refresh is clicked and the checkbox is invisible
-----------------------------
Fruit Name: Apple
Type: Sweet Apple
-----------------------------
Fruit Name: Mango
Type: Sweet Mango
----------------------------


EDIT | Refresh
----------------------------------

When EDIT is clicked
I need to have check box so that i can delete them if i dont want
them:

-----------------------------------
[] Fruit Name: Apple
Type: Sweet Apple
----------------------------------
[] Fruit Name: Mango
Type: Sweet Mango
----------------------------------


DELETE | CANCEL
------------------------------


I need to know the id's of the check box so that when i click delete i
can send an id separated with comma's via sms and notify my adapter
that some items has been deleted.

Any helps or way of doing this could help me solve my problem.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment