Reputation: 658
I want to create one vertical ListView
and every row of the list contain HorizontalListView
.
So in Android how I will implement this lists. So please any one provide me sample code or tutorial.Thanks
Upvotes: 4
Views: 8227
Reputation:
Alternatively you can use TwoWayView given: https://guides.codepath.com/android/Implementing-a-Horizontal-ListView-Guide
Other ways are: http://sandyandroidtutorials.blogspot.in/2013/06/horizontal-listview-tutorial.html and http://www.airpair.com/android/horizontal-image-galleries-android-studio
Upvotes: 0
Reputation: 658
Now I got one link on which regarding my problem one example code is there and It's working.
Upvotes: 4