Hey all! I'm new to the android world but not new to java at all. I basically am having atough time getting my head around the layouts though.
I basically followed List View | Android Developers
that tutorial to create a list of data.. Now I would like to add that list of data to an existing tab which I have created using Tab Layout | Android Developers that tutorial.
I can't seem to figure out how to add my DataListView class to my DataViewTab class. In java layouts i would just create a box layout for DataViewTab and add the DataViewList class object to the BoxLayout...
Thanks!
I basically followed List View | Android Developers
that tutorial to create a list of data.. Now I would like to add that list of data to an existing tab which I have created using Tab Layout | Android Developers that tutorial.
I can't seem to figure out how to add my DataListView class to my DataViewTab class. In java layouts i would just create a box layout for DataViewTab and add the DataViewList class object to the BoxLayout...
Thanks!