I want to display multiple listitems per row in the listview.
The displaying is no problem, because I override getView and getCount.
But the problem lies in the onItemClickListener: I can’t seem to be able to distinguish between which listitem is clicked.
Any ideas on how to accomplish this?
I want to display multiple listitems per row in the listview. The displaying is
Share
Thanks to @dymmeh I’ve learned about the GridView-component, which does exactly what I wanted!
Thanks @dymmeh