This project uses AsyncTask to download the gallery items in the background Parse the XML response Display the items in GridView.
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.
The following table is the detailed list of PhotoGallery.
Item | Value |
---|---|
Java File Count | 7 |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.INTERNET |
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