I am new to Android.......

Here i m Displaying Listview with Checkbox in ListActivity........If i Click
the particular Checkbox it should says checked otherwise unChecked..

I dont know how to use this....*onSetOncheckChangeListener*

Thanks in Advance,
Raghav.S


*Here is My Code:*

final String[] options1 = new String[] {"My Wedding To Do
List","Categories","My Wedding Day"
                 ,"Organizer","My Wedding"};
         setListAdapter(new ArrayAdapter<String>(this,
                android.R.layout.*simple_list_item_multiple_choice*
,options1));
         getListView().setTextFilterEnabled(true);

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

Reply via email to