How to create horizontal list in vertical list in android

I want to create one vertical ListView, and each line of the list contains HorizontalListView. So, on Android, how will I implement these lists. So please give me a sample code or tutorial. thank

+3
source share
2 answers

Now I have one link on which, in relation to my problem, there is one example code and it works.

+3
source

All Articles