Hi There! So im trying to create a multiple selection list with checkboxes
and im using the arrayadapter with
the R.layout.simple_list_item_multiple_choice option:
public static ArrayAdapter<?> listMultipleSelectionAdapterArray(List<?>
elements, Context cont){
ArrayAdapter<?> newAdapter=new ArrayAdapter(cont,
android.R.layout.simple_list_item_multiple_choice,elements);
return newAdapter;
}
This works fine, but i was wondering if its possible to separate the item
list click event from the checkbox one?Like if i click in the item i will
go to another screen and clicking above the check will change its state.
regards,
--
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