Basic Android app using threadPool implements Lru-Cache.
PhotoGallery is hosted in the following web site
https://github.com/mrunaln/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 | 16 |
Supported screen sizes | [mdpi, ldpi, xxhdpi, hdpi, xhdpi, nodpi] |
Target SDK Version | 17 |
Minimum SDK Version | 7 |
Activity Count | 4 |
Fragment Count | 5 |
jar files used | android-support-v4.jar android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 3 image files in PhotoGallery. The names of the image files are listed as follows.
backgroundimage.png empty_photo.png launcherimage.png
The following screenshort is generated from the image listed above.
PhotoGallery has the following Java source files.
com.example.android.bitmapfun.provider.Images.java com.example.android.bitmapfun.ui.ImageDetailActivity.java com.example.android.bitmapfun.ui.ImageDetailFragment.java com.example.android.bitmapfun.ui.ImageGridActivity.java com.example.android.bitmapfun.ui.ImageGridFragment.java com.example.android.bitmapfun.ui.RecyclingImageView.java com.example.android.bitmapfun.util.AsyncTask.java com.example.android.bitmapfun.util.DiskLruCache.java com.example.android.bitmapfun.util.ImageCache.java com.example.android.bitmapfun.util.ImageFetcher.java com.example.android.bitmapfun.util.ImageResizer.java com.example.android.bitmapfun.util.ImageWorker.java com.example.android.bitmapfun.util.RecyclingBitmapDrawable.java com.example.android.bitmapfun.util.Utils.java com.example.photogallery.MainActivity.java com.example.photogallery.PhotosActivity.java