I would like a listview that is populated by json and which look similar to the images.
I have used a normal listview from android before but i dont like the look and feel of it.
My question.
How did they create these listviews? Are they even listviews or did they use something else?
I just want a nice scrollable list for my json content.
Any ideas or suggestions would be appreciated.
Links to tutorials would also be great.
Kind regards
Of course listview could do that. You many define a layout xml for cell, then in the adapter’s getView method, inflate cell view from the layout xml, then configure elements in the cell according to your data.