I would like this type of interface in my android application:
This interface can be displayed several times in the same activity.
I'm confused on how I should proceed. Do I have a listview with different custom item?
Is it even possible to do this with xml layout ?
I know how to use custom items in Listview, but i don't know how to do this item. Or have to use a gridview?