I have a parsed list view. The number of elements are not fixed.
When i click an item of the listview, it show the corresponding file on the other activity as i need.
so far this all is working as i want.
Now i want to show thumbnail on each List item. the file that opens on each click is a “.png” file, and i want to show that png as a thumbnail too on the list (each item having its respective thumbnail)
How can i do this?? i am new to android so plz give me code sample for help.
i have done alot searching and read about lazy loading kind of stuff but its very complicated for me.
thanks in advance for help!!
I have a parsed list view. The number of elements are not fixed. When
Share
You need to extend the adapter for the listview then in the getView() method of the adapter specify a custom layout.
For downloading an image