I’ve to make a horizontal list view inside a vertical list view. Both list views can have any number of elements and both needs to be scrollable.
How will I achieve this because I’ve read that android doesn’t support list view hierarchy.
Thanks !

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To Achieve this this, You have to do the following::
Hence this will let you scroll vertically in the Screen as well as Horizontally in each ListView.
for eg.
Edit: Adding Dynamically ListView to the LinearLayout.