Android Open Source - UI ListView Gridview smoothie






Project Summary

Easy async loading for Android's ListView/GridView.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of smoothie.

ItemValue
Java File Count16
Target SDK Version16
Minimum SDK Version4
Activity Count2
Fragment Count1
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

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