To teach students I need to learn how to get a checkmark when row in listview been chosen. I know how to do it by subclassing ArrayAdapter and overriding getView that returns a custom built view with a checkbox. I combined with a OnItemClickListener that sets a boolean in the objects shown.
I want to know a simpler way to do it, if there is one.
0 comments:
Post a Comment