I have to create a list view , with each item getting a separate icon along the right hand side. I have written a code , but its not working ? how do I proceed ? application cra
You can get simple Code here, which shows an image and some text in each row of the list:
http://www.mkyong.com/android/android-listview-example/
but if the number of rows is high, and if the image in each row is to be fetched from a server then you better use this:
https://github.com/thest1/LazyList