PhotoGallery project from the book "Android Programming: The Big Nerd Ranch Guide".
exercises-photo-gallery is hosted in the following web site
https://github.com/davidMis/exercises-photo-gallery
If you think the Android project exercises-photo-gallery 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 exercises-photo-gallery.
Item | Value |
---|---|
Java File Count | 7 |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.INTERNET |
exercises-photo-gallery has the following Java source files.
com.davidmis.photogallery.ApplicationTest.java com.davidmis.photogallery.FlickrFetcher.java com.davidmis.photogallery.GalleryItem.java com.davidmis.photogallery.PhotoGalleryActivity.java com.davidmis.photogallery.PhotoGalleryFragment.java com.davidmis.photogallery.SingleFragmentActivity.java com.davidmis.photogallery.ThumbnailDownloader.java