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

c# - Reactive Extensions ControlScheduler -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -

c# - Updated Castle to 3.2.1 from 3.0.0 now I cant use FirstNonGenericCoreInterface -