Skip to content

loongwind/ardf

Repository files navigation

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