Implementing horizontalList inside a vertical list in android
问题 I have made a custom Horizontal List view which works fine. I then implemented the same horizontal list inside a ListView control. But when I run the same, all I get is a blank output. The list does not seem to poupulate. On debugging I found, that the adapter which was added to the list view contain the items(Horizontal lists). So, the problem is clearly not of items not populating properly, its of the view not rendered properly. Here is the code for vertical list view: XML: <LinearLayout