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 goes to underneath and the data can not able to see,so i want to scroll the view with all three Listview how it is possible.
Any one have an idea about this ?
This is my view which contain 3 Listview, now it’s with the less data but when the data will make huge at that time the last Listview have a problem to view. I want to scroll the grey colored view…

Use linear layout instead of listview in your xml file.
This is your xml file.
and put another xml which will be inflated by list.
this is your main activity class.
and make one scroller class like this: