android rapid development framework
has recyclerview-ext、base library
| Project | Version |
|---|---|
| ardf | |
| base | |
| recyclerview-ext | |
| net |
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'
}