Android Open Source - Video Gallery AndroidMediaDB






Project Summary

This code is adopted from DisplayingBitmaps Sample in Android. It shows all images and videos on android phone, organized into folders (Same as that of Gallery app).

Web Site / Source Repository

AndroidMediaDB is hosted in the following web site
https://github.com/hassanabidpk/AndroidMediaDB

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

ItemValue
Java File Count15
Supported screen sizes[xxhdpi, hdpi, nodpi]
Activity Count2
Fragment Count6
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




License

The license information of AndroidMediaDB is as follows:

Apache License

Resource Files

There are 2 image files in AndroidMediaDB. The names of the image files are listed as follows.

android_folder.png
empty_photo.png

The following screenshort is generated from the image listed above.

null

Java Source Files

.ImageFetcher.java
.ImageGridFragment.java
.ImageResizer.java
com.example.android.displayingbitmaps.provider.Images.java
com.example.android.displayingbitmaps.ui.ImageDetailActivity.java
com.example.android.displayingbitmaps.ui.ImageDetailFragment.java
com.example.android.displayingbitmaps.ui.ImageGridActivity.java
com.example.android.displayingbitmaps.ui.MediaGridFragment.java
com.example.android.displayingbitmaps.ui.RecyclingImageView.java
com.example.android.displayingbitmaps.util.AsyncTask.java
com.example.android.displayingbitmaps.util.DiskLruCache.java
com.example.android.displayingbitmaps.util.ImageCache.java
com.example.android.displayingbitmaps.util.ImageWorker.java
com.example.android.displayingbitmaps.util.RecyclingBitmapDrawable.java
com.example.android.displayingbitmaps.util.Utils.java