ardf
ardf copied to clipboard
android rapid development framework
Features
android rapid development framework
has recyclerview-ext、base library
Current Version
| Project | Version |
|---|---|
| ardf | |
| base | |
| recyclerview-ext | |
| net |
Getting started
build.gradle add library
dependencies {
implementation 'com.loongwind.ardf:base:$lastVersion'
implementation 'com.loongwind.ardf:net:$lastVersion'
implementation 'com.loongwind.ardf:recyclerview-ext:$lastVersion'
// or
implementation 'com.loongwind.ardf:ardf:$lastVersion'
}