Medialibrary
This library is inspired with the Album structure of the Android Gallery and has abstracted library to get the Albums Data structure for Photos, Videos or All based on the Clustering of Photos based on Album, time, location, Tag, Size, etc.
Installation
In your project's build gradle, add the following dependancy
dependencies {
compile 'com.github.mayurkaul:medialibrary:1.0.4'
}
And you are all set !!!
Initialisation and usage of the library can be found in Link to Wiki
You can also have a look at the sample code in Samples