Android Open Source - Video media Android-Album-Gallery






Project Summary

Album Gallery for android which display all media albums stored in gallery and their photos ,videos .also can select single item and multiple items at a time.

Web Site / Source Repository

Android-Album-Gallery is hosted in the following web site
https://github.com/Bhagvati/Android-Album-Gallery

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

Project Detail

The following table is the detailed list of Android-Album-Gallery.

ItemValue
Java File Count18
Supported screen sizes[ldpi, mdpi, hdpi]
Minimum SDK Version14
Activity Count7
Required Permissionsandroid.permission.READ_EXTERNAL_STORAGE




Resource Files

There are 2 image files in Android-Album-Gallery. The names of the image files are listed as follows.

play_video.png
tick_icon.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Android-Album-Gallery has the following Java source files.

com.wtd.customgallery.AllMediaActivity.java
com.wtd.customgallery.ChooseFileActivity.java
com.wtd.customgallery.CustomGalleryActivity.java
com.wtd.customgallery.ImageAlbumListActivity.java
com.wtd.customgallery.MainActivity.java
com.wtd.customgallery.VideoAlbumListActivity.java
com.wtd.customgallery.VideoGalleryActivity.java
com.wtd.customgallery.adapters.AlbumListAdapter.java
com.wtd.customgallery.adapters.AllMediaAdapter.java
com.wtd.customgallery.adapters.VideoAlbumListAdapter.java
com.wtd.customgallery.customview.SquareFrameLayout.java
com.wtd.customgallery.customview.SquareImageView.java
com.wtd.customgallery.util.MediaDAO.java
com.wtd.customgallery.util.Utility.java
com.wtd.customgallery.util.model.Album.java
com.wtd.customgallery.util.model.MediaSelection.java
com.wtd.customgallery.util.model.SelectedItem.java
com.wtd.customgallery.util.model.WTDVideo.java