Android Open Source - Graphics tutorial android_bitmapfun






Project Summary

android official displaying bitmaps efficiently tutorial sample project.

Web Site / Source Repository

android_bitmapfun is hosted in the following web site
https://github.com/xalexchen/android_bitmapfun

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

ItemValue
Java File Count12
Supported screen sizes[nodpi]
Target SDK Version17
Minimum SDK Version7
Activity Count2
Fragment Count5
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 1 image files in android_bitmapfun. The names of the image files are listed as follows.

empty_photo.png

The following screenshort is generated from the image listed above.

null

Java Source Files

android_bitmapfun 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.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.Utils.java