java - Android ListView with custom item -
General item I want to do a ListView with custom items is a full width image, Two text view, another image like icon.
Something like this:
What is the best way to implement it?
Thanks
You ListView for BaseAdapter , ArrayAdapter should be announced by declaring your own adapter , etc. and there you can write your own implementation of your getView () method Which is responsible for the view of each item in your ListView .
Comments
Post a Comment