[android-developers] Problem in Checkbox

2009-09-27 Thread ragavendran s
I m Having ListView With Checkboxes ...but if i Click the Checkbox ther is
no response
can u tel me what to add to my code.

Thanks in advance,

Raghav.S


Her is My Code:

 final String[] options1 = new String[] {"My Wedding To Do
List","Categories","My Wedding Day"
 ,"Organizer","My Wedding"};

  setListAdapter(new ArrayAdapter(this,
android.R.layout.simple_list_item_multiple_choice,s));

   getListView().setTextFilterEnabled(true);

 final ListView list=getListView();
 list.setItemsCanFocus(false);
 list.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] problem in checkbox....

2009-09-19 Thread ragavendran s
I am new to Android Development.
can u tell anybody. how can i retrieve data from mysql database and
display in Checkbox.

Thanks in Advance.

With regards,
Raghav.S

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---