SSC
SSC

Reputation: 3008

ListView of HorizontalListView

I am working on an Android application and needs to add HorizontalListView inside ListView. So, the case is, HorizontalListView contains only the images (dynamic) and ListView can contain multiple rows of HorizontalListView. I have succeeded in creating the HorizontalListView but stuck on the part where I need to add dynamic HorizontalListView in the ListView. I tried to google around but couldn't find any help. So, is there any idea or suggestion to do this? Thanks

Upvotes: 0

Views: 56

Answers (1)

Sanjeet A
Sanjeet A

Reputation: 5227

You can have a look on this and this. I have used the first one and its working fine.

Upvotes: 1

Related Questions