Re: [android-developers] How to check all checkboxes at some specific event?

2011-03-28 Thread Mark Murphy
Call setItemChecked() on the ListView for each position (0 to the size of your list - 1). On Mon, Mar 28, 2011 at 4:02 AM, Varun Batra wrote: > Hi guys, > > I am making an app which required my checkboxes to be checked at once > when i check the main checkbox. > I am using one normal checkbox wid

[android-developers] How to check all checkboxes at some specific event?

2011-03-28 Thread Varun Batra
Hi guys, I am making an app which required my checkboxes to be checked at once when i check the main checkbox. I am using one normal checkbox widget which i am hoping will work as my main checkbox and i am also using LIST of multiple choice(simple_list_item_multiple_choice). Now i want to check al