Easy async loading for Android's ListView/GridView.
smoothie is hosted in the following web site
https://github.com/lucasr/smoothie
If you think the Android project smoothie 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 smoothie.
Item | Value |
---|---|
Java File Count | 16 |
Target SDK Version | 16 |
Minimum SDK Version | 4 |
Activity Count | 2 |
Fragment Count | 1 |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
smoothie has the following Java source files.
org.lucasr.smoothie.AsyncAbsListView.java org.lucasr.smoothie.AsyncGridView.java org.lucasr.smoothie.AsyncListView.java org.lucasr.smoothie.ItemLoader.java org.lucasr.smoothie.ItemManager.java org.lucasr.smoothie.SimpleItemLoader.java org.lucasr.smoothie.samples.bitmapcache.App.java org.lucasr.smoothie.samples.bitmapcache.HttpHelper.java org.lucasr.smoothie.samples.bitmapcache.MainActivity.java org.lucasr.smoothie.samples.bitmapcache.PatternsListAdapter.java org.lucasr.smoothie.samples.bitmapcache.PatternsListLoader.java org.lucasr.smoothie.samples.gallery.GalleryAdapter.java org.lucasr.smoothie.samples.gallery.GalleryLoader.java org.lucasr.smoothie.samples.gallery.MainActivity.java