Example of a sectioned list: a ListView split into sections using separating headers for each section..
SectionedList is hosted in the following web site
https://github.com/cristiantanas/SectionedList
If you think the Android project SectionedList listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SectionedList.
Item | Value |
---|---|
Java File Count | 10 |
Activity Count | 1 |
jar files used | gson-2.3.1.jar |
Asset File Names | assets\tp_rodalies_barcelona.json |
SectionedList has the following Java source files.
com.ctanas.android.sectionedlist.ApplicationTest.java com.ctanas.android.sectionedlist.MainActivity.java com.ctanas.android.sectionedlist.adapter.SectionedListAdapter.java com.ctanas.android.sectionedlist.data.JsonMapper.java com.ctanas.android.sectionedlist.data.PublicTransportDataMapper.java com.ctanas.android.sectionedlist.data.PublicTransportLine.java com.ctanas.android.sectionedlist.data.PublicTransportStation.java com.ctanas.android.sectionedlist.model.PublicTransportStationItem.java com.ctanas.android.sectionedlist.model.SectionedListItem.java com.ctanas.android.sectionedlist.model.StringHeaderItem.java