I want to add multiple listview like one app for twitter for android : link
But eveytime i try to add multiple listview in the XML and populate it there is just the first one that appear . Do you have an explanation ?
I want to add multiple listview like one app for twitter for android :
Share
Try this:
You can put any number of listviews as long as you define the height of each to be 0 and weight 1. Hope that helps. Have fun!