Is it possible to create such listview in Android. See image
I know it's possible to do it as flat list with small images. For example, like this
Any ideas?
Maybe you can use RecyclerView and CardView, here a example :D
It's a option.