Lightweight ListView / Controller Structure with dynamic Loading, Multi-Selection & Delete / Undo Implementation.
Android-dynamic-ListView-Test is hosted in the following web site
https://github.com/sfunke/Android-dynamic-ListView-Test
If you think the Android project Android-dynamic-ListView-Test 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 Android-dynamic-ListView-Test.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi] |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
Raw File Names | res\raw\tweets.json res\raw\tweets2.json |
There are 3 image files in Android-dynamic-ListView-Test. The names of the image files are listed as follows.
tweet_favourite.png tweet_reply.png tweet_retweet.png
The following screenshort is generated from the image listed above.
Android-dynamic-ListView-Test has the following Java source files.
com.example.listdeletetest.ApplicationTest.java com.example.listdeletetest.ListAdapter.java com.example.listdeletetest.ListController.java com.example.listdeletetest.MainActivity.java com.example.listdeletetest.MainFragment.java com.example.listdeletetest.model.Tweet.java com.example.listdeletetest.utils.RawResource.java com.example.listdeletetest.webservice.FauxWebService.java com.example.listdeletetest.webservice.WebService.java com.example.listdeletetest.widget.TweetItemView.java