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

python - rpy2 import is not working -

javascript - How to get MySQL query result returned using $.ajax -

c++ - How to load a bitmap from file into the samples buffer -