mr_jonify
mr_jonify

Reputation: 119

Listview, with two textviews and a imageview

i want to make a programm, with a listview. On the left side should be a image in the center a textview and on the right another textview.

I realised a listview with a image and ONE text, but i can t add a second textview...

Thanks for helping!

Upvotes: 1

Views: 955

Answers (1)

Alan Moore
Alan Moore

Reputation: 6575

You simply use a Custom Adapter combined with your own row layout as discussed here:

http://developer.android.com/reference/android/app/ListActivity.html

If you want more specifics, please include the code that you have so far and I can make more suggestions!

Upvotes: 4

Related Questions