ListDemo
(java) is a series of examples of ListView using fragments and listfragments
Some code and information came from http://www.vogella.com/tutorials/AndroidListView/article.html
ListDemo_kt
(kotlin) is a series of examples of ListView using fragments and listfragments
EplistivewDemo
is some examples of using the expandablelistview.
ListFragmentDemo
(java) is implemented using a listfragment, and the layout holds both fragments. Looks terrible on a phone.
ListFragmentDemo_kt
(kotlin) is implemented using a listfragment, and the layout holds both fragments. Looks terrible on a phone.
ListViewFragmentDemo
(java) uses two layouts, one for portrait and another for landscape. in landscape both fragments are displayed, while portrait only one at time is shown.
ListViewFragmentDemo_kt
(kotlin) uses two layouts, one for portrait and another for landscape. in landscape both fragments are displayed, while portrait only one at time is shown.
ListViewSwipeRefresh
(java) shows how the use the refreshlayout from androidx.
ListViewSwipeRefresh_tk
(kotlin) shows how the use the refreshlayout from androidx.
These are example code for University of Wyoming, Cosc 4730 Mobile Programming course and cosc 4735 Advance Mobile Programing course. All examples are for Android.