How to develop ListView within ListView?

Harpreet picture Harpreet · Jun 27, 2013 · Viewed 8k times · Source

Friends,

I am trying to develop an application which requires the below UI:

enter image description here

I know its not a feasible thing to run a ListView with-in ListView or with-in a ScrollView. So I'll like to know that Is there any other way to do this same thing ? as the UI has to be same as its running in its LIVE iOS App.

Thanks in advance.


Solution: Thanks guys for all of your answers, but as I told that the Expandable-ListView is not the option in my condition. So I have creating a dynamic layout in Java Class file using an amount of various Layouts & Widget's Array. It took a lot of practice but it covered the necessity.

Answer

Aarun picture Aarun · Jun 27, 2013

android-expandable-listview-simple

check this it will help you