opkherbal.blogg.se

Listview vs expandable listview android studio
Listview vs expandable listview android studio





listview vs expandable listview android studio listview vs expandable listview android studio

Tried to do the same with project from here: ListDataChild.put(listDataHeader.get(2), comingSoon) ListDataChild.put(listDataHeader.get(1), nowShowing) ListDataChild.put(listDataHeader.get(0), top250) Top250.add("The Good, the Bad and the Ugly") ListAdapter = new ExpandableListAdapter(this, listDataHeader, listDataChild) SetContentView(R.layout.expandable_listview) ĮxpListView = (ExpandableListView) findViewById(R.id.lvExp) HashMap> void onCreate(Bundle savedInstanceState) Public class Tab1Activity extends Activity (Brought in the required xml files too) The tab activity then looked like this: import Did this by creating the expandable list adapter java file in the project and copying the expandable list code into the tab activity file. Followed the tutorial from androidhive to create an expandable listview.įollowed tutorial to create horizontal tabs.Įdited the Tab Widget Example (Second tutorial) to put the expandable listview in the tabs.







Listview vs expandable listview android studio