I have one layout. This layout contain 3 list view with the height of wrap_content data in the Listview are not fix. When Listview have a liitel huge data at that time the data
Instead, let me give my best idea for the same kind of implementation.
Have you ever thought to use ExpandableListView for the same kind of implementation? Just show the 1st group item as expanded and make other 2 groups as collapsed, just expand it when user click on the particular group.
Here are some examples for the same:
I am sure this idea is not good but if you implement this then you will sure found beneficial in your case.