Stack Sites is an example Android application that demonstrates how to parse some custom XML data and display it nicely in a ListView..
StackSites is hosted in the following web site
https://github.com/FoamyGuy/StackSites
If you think the Android project StackSites 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 StackSites.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar androidannotations-2.7.1.jar androidannotations-api-2.7.1.jar universal-image-loader-1.8.2.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
StackSites has the following Java source files.
com.makemyandroidapp.example.stacksites.Downloader.java com.makemyandroidapp.example.stacksites.MainActivity.java com.makemyandroidapp.example.stacksites.SitesAdapter.java com.makemyandroidapp.example.stacksites.SitesXmlDomParser.java com.makemyandroidapp.example.stacksites.SitesXmlPullParser.java com.makemyandroidapp.example.stacksites.StackSite.java