ListBoost is an Android library project designed to add some much needed functionality to ListView and ExpandableListView.
ListBoost is hosted in the following web site
https://github.com/kemallette/ListBoost
If you think the Android project ListBoost 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 ListBoost.
Item | Value |
---|---|
Java File Count | 25 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 7 |
Activity Count | 1 |
Fragment Count | 3 |
jar files used | android-support-v4.jar android-support-v4.jar eventbus-2.2.1-javadoc.jar eventbus-2.2.1-sources.jar eventbus-2.2.1.jar opencsv-2.3.jar |
Asset File Names | assets\cities.csv |
There are 12 image files in ListBoost. The names of the image files are listed as follows.
drawer_shadow.9.png expander_close_holo_light.9.png expander_open_holo_light.9.png ic_drawer.png ic_fab_add.9.png ic_fab_blue.png ic_fab_blue_pressed.png ic_more_corner_arrow_disabled.png ic_more_corner_arrow_focused.png ic_more_corner_arrow_focused_disabled.png ic_more_corner_arrow_normal.png ic_more_corner_arrow_pressed.png
The following screenshort is generated from the image listed above.
ListBoost has the following Java source files.
com.kemallette.ListBoost.ExpandableList.BoostExpandableAdapter.java com.kemallette.ListBoost.ExpandableList.BoostExpandableList.java com.kemallette.ListBoost.ExpandableList.BoostExpandableListAdapter.java com.kemallette.ListBoost.ExpandableList.BoostExpandableListView.java com.kemallette.ListBoost.ExpandableList.ExpandableListAdapterWrapper.java com.kemallette.ListBoost.ExpandableList.ExpandableListCheckListener.java com.kemallette.ListBoost.List.BaseBoostAdapter.java com.kemallette.ListBoost.List.BaseBoostCursorAdapter.java com.kemallette.ListBoost.List.BoostAdapter.java com.kemallette.ListBoost.List.BoostCursorAdapter.java com.kemallette.ListBoost.List.BoostListView.java com.kemallette.ListBoost.List.OnSlidingMenuItemClickListener.java com.kemallette.ListBoost.List.SimpleBoostCursorAdapter.java com.kemallette.ListBoost.Util.ExpandCollapseAnimation.java com.kemallette.ListBoost.Util.ListDataUtil.java com.kemallette.ListBoost.Util.ParcelUtil.java com.kemallette.ListBoostDemo.Activity.BoostExpandableListFragment.java com.kemallette.ListBoostDemo.Activity.BoostListFragment.java com.kemallette.ListBoostDemo.Activity.InfoFrag.java com.kemallette.ListBoostDemo.Activity.MainActivity.java com.kemallette.ListBoostDemo.Adapter.ExampleAdapter.java com.kemallette.ListBoostDemo.Fab.FloatingActionButton.java com.kemallette.ListBoostDemo.Model.WorldCity.java com.kemallette.ListBoostDemo.Util.SeedDataUtil.java