Android Open Source - UI background PhotoGallery






Project Summary

This project uses AsyncTask to download the gallery items in the background Parse the XML response Display the items in GridView.

Web Site / Source Repository

PhotoGallery is hosted in the following web site
https://github.com/ramapagadala/PhotoGallery

If you think the Android project PhotoGallery 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 PhotoGallery.

ItemValue
Java File Count7
Activity Count1
Fragment Count1
Required Permissionsandroid.permission.INTERNET




Java Source Files

PhotoGallery has the following Java source files.

com.example.rreddy.photogallery.ApplicationTest.java
com.example.rreddy.photogallery.FlickrFetcher.java
com.example.rreddy.photogallery.GalleryItem.java
com.example.rreddy.photogallery.PhotoGalleryActivity.java
com.example.rreddy.photogallery.PhotoGalleryFragment.java
com.example.rreddy.photogallery.SingleFragmentActivity.java
com.example.rreddy.photogallery.ThumbnailDownloader.java