medialibrary

Additional

Language
Java
Version
1.0.4 (Dec 18, 2017)
Created
Nov 29, 2017
Updated
Dec 26, 2017 (Retired)
Owner
Mayur Kaul (mayurkaul)
Contributor
Mayur Kaul (mayurkaul)
1
Activity
Badge
Generate
Download
Source code

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