views:

85

answers:

1

I'm trying to add a listview on the bottom of my opening activity that has two text items. Anyone know how to do this? I see stuff on how to do a listview with two columns, and how to do a listview at the bottom of an activity, but I can't find any that does both.

+1  A: 

Take a look at my sample. It displays ImageView and TextView but two TextViews are absolutely the same. ListView takes top part in my sample but you can just move it to the bottom. http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012

Fedor
Thanks, this is very helpful.
MES
You can vote for answers that you find helpful
Fedor