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.
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.
The following table is the detailed list of Android-Album-Gallery.
Item | Value |
---|---|
Java File Count | 18 |
Supported screen sizes | [ldpi, mdpi, hdpi] |
Minimum SDK Version | 14 |
Activity Count | 7 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE |
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.
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