Repository for the PhotoGallery application for the Big Nerd Ranch Android Programming Guide.
photo-gallery is hosted in the following web site
https://github.com/boygaggoo/photo-gallery
If you think the Android project 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 photo-gallery.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | android-support-v4.jar android-support-v7-appcompat.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.RECIEVE_BOOT_COMPLETED com.bignerdranch.android.photogallery.PRIVATE |
photo-gallery has the following Java source files.
com.bignerdranch.android.photogallery.FlickrFetchr.java com.bignerdranch.android.photogallery.GalleryItem.java com.bignerdranch.android.photogallery.NotificationReceiver.java com.bignerdranch.android.photogallery.PhotoGalleryActivity.java com.bignerdranch.android.photogallery.PhotoGalleryFragment.java com.bignerdranch.android.photogallery.PhotoPageActivity.java com.bignerdranch.android.photogallery.PhotoPageFragment.java com.bignerdranch.android.photogallery.PollService.java com.bignerdranch.android.photogallery.SingleFragmentActivity.java com.bignerdranch.android.photogallery.StartupReceiver.java com.bignerdranch.android.photogallery.ThumbnailDownloader.java com.bignerdranch.android.photogallery.VisibleFragment.java