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:

Enter image details here

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

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -