Welcome to Android Components’s documentation!¶
Documentation for android components
Latest version of components
To be able to use any of this components.
- Add the JitPack repository to your build file.
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add the dependency you would like
dependencies {
compile 'com.github.eddmash.androidcomponents:activerecord:2.0.1'
compile 'com.github.eddmash:androidcomponents:grid:2.0.1'
compile 'com.github.eddmash:androidcomponents:form:2.0.1'
compile 'com.github.eddmash:androidcomponents:validation:2.0.1'
compile 'com.github.eddmash:androidcomponents:pagination:2.0.1'
compile 'com.github.eddmash:androidcomponents:adapter:2.0.1'
compile 'com.github.eddmash:androidcomponents:views:2.0.1'
}