Re: [android-developers] checkbox in listview

2011-08-01 Thread Viral Brahmbhatt
Hi Goutom, * * In getView() method of your adapter class, you can find the check box element from your listview. implement the onClick() of your listview, and set the checkbox checked in listview's onClick method. that should work for you. On Mon, Aug 1, 2011 at 5:10 PM, Goutom

Re: [android-developers] checkbox in listview

2010-07-14 Thread TreKing
On Wed, Jul 14, 2010 at 2:56 AM, Narendra Bagade bagadenaren...@gmail.comwrote: I have put checkbox in listview and displaying on the screen. OK can anyone tell me how to get checkbox even when user click on checkboxof listview. This makes no sense. Please clarify.