2

I have a requirement that I need to display as many elements as possible in listview.

I have some 50 elements in my listview , so to display many elemnts I decided to split the listview in two parts , means half of my activity screen will display some elements and second half will display some more elements....

Please help if its possible to draw the listview in two parts, if not please let me know if ther's any aletrnative.. The data in a listview is dynamic..

I am using Android version3.2..

user1047892
  • 61
  • 2
  • 7
  • This post here also has some information: http://stackoverflow.com/questions/6094380/android-two-listview-vertically-using-50-50-of-the-screen-height – Dave Swersky Nov 15 '11 at 15:45

1 Answers1

0

So it sounds like you need to implement multiple listviews within a single activity. This stackoverflow post is probably what you're looking for.

Community
  • 1
  • 1
Kurtis Nusbaum
  • 30,445
  • 13
  • 78
  • 102