I want to add GridView inside ExpandableListView in android. I found one tutorial of a GridView inside ExpandableListView but this does not provide the insertion/addition of GridView in ExpandableListView.
Here is the link: GridView inside Expandable list in android Tutorial in this link covers the problem after one is successful in inserting GridView in ExpandableListView. But my problem is to get such a layout first. Which is not given in this link. I also did not find anywhere that how to add GridView in ExpandableListView?
actually I want to create this kinda view:
#########ExpandableListView############
>>>>>>>>>>>>GridView>>>>>>>>>>>>>>>
#Column1##Column2##Column3
#Item 1##Item 2##Item 3
#Item 1##Item 2##Item 3
#Item 1##Item 2##Item 3
#Item 1##Item 2##Item 3
>>>>>>>>>>>>GridView>>>>>>>>>>>>>>>
#Column1##Column2##Column3
#Item 1##Item 2##Item 3
#Item 1##Item 2##Item 3
#Item 1##Item 2##Item 3
#Item 1##Item 2##Item 3
>>>>>>>>>>>>GridView>>>>>>>>>>>>>>>
#Column1##Column2##Column3
#Item 1##Item 2##Item 3
#Item 1##Item 2##Item 3
#Item 1##Item 2##Item 3
#Item 1##Item 2##Item 3
>>>>>>>>>>>>GridView>>>>>>>>>>>>>>>
#Column1##Column2##Column3
#Item 1##Item 2##Item 3
#Item 1##Item 2##Item 3
#Item 1##Item 2##Item 3
#Item 1##Item 2##Item 3