Skip to content

UI Library with several components and utilities to implement in android projects .

Notifications You must be signed in to change notification settings

stantmob/stant-ui-android-library

Repository files navigation

Stant UI Android Library

UI Android Library with several components to implement in android projects .

Releases

How add into your project

Add the repository to your build.gradle with:

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

and on your project dependencies:

dependencies {
    compile 'com.github.stantmob:stant-ui-android-library:{last-version}'
}

How to use

Components