loongwind / ardf

android rapid development framework
Apache License 2.0
15 stars 4 forks source link

Features

android rapid development framework

has recyclerview-ext、base library

Current Version

Project Version
ardf Maven Central
base Maven Central
recyclerview-ext Maven Central
net Maven Central

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'
}

Usage

Base

recyclerview-ext

use permission