Home

Awesome

wonder-libraries

Useful dependancies

To use those libraries, you have to add this maven repo in the build.gradle of your project and the dependency of the library you want to use

repositories {
    maven {
        url 'https://raw.github.com/elodieferrais/wonder-libraries/master'
        name 'github-wonder-libraries'
    }
}

##Square ProgressBar

last update: March 6th 2014

github repo:square_progressbar

dependencies {
    compile 'net.yscs.android:square_progressbar:1.3.0'
}

##Header ListView last update: March 9th 2014

github repo:headerlistview

dependencies {
    compile 'com.applidium:headerlistview:1.0.0'
}