Giter Club home page Giter Club logo

miniyyan / ardf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ftmtshuashua/ardf

0.0 2.0 0.0 7.72 MB

Android快速开发框架(Android rapid development framework),提供了丰富的可拓展的基础功能,简单配置即可开始业务开发. 持续开发更新更多更好的解决方案,工具代码。专注于帮助开发者快速构建项目,将主要精力集中到业务逻辑上。

Java 99.24% CMake 0.34% HTML 0.06% C++ 0.36%

ardf's Introduction

ARDF 简介

Download GitHub release PRs Welcome License Apache2.0

ARDF是一款Android基础框架,它对Android进行扩充.贯穿整个开发周期,帮助开发者快速构建项目,提供了丰富的可拓展的基础功能.

项目初建,还不稳定,不建议应用到企业项目中

ARDF交流平台:QQ群:759081198

目录


V1.0.0

  • 网络增强模块
  • 特效
  • 工具
  • 功能

入门指南

设置依赖项

implementation 'com.lfp:ardf:0.1.0'

项目使用的异步框架:

implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
implementation 'io.reactivex.rxjava2:rxjava:2.1.14-RC1'
implementation 'com.artemzin.rxjava:proguard-rules:1.1.1.0'

如果想使用默认okhttp发起请求:

implementation 'com.squareup.okhttp3:okhttp:3.2.0'
implementation 'com.squareup.okio:okio:1.7.0'

在proguard-rules中添加以下代码

-keep class com.lfp.ardf.model.NotProguard {*;}
-keep class * extends com.lfp.ardf.model.NotProguard {*;}
-keep class **.**$** extends com.lfp.ardf.model.NotProguard {*;}

为APP创建Applicaiton,并且在onCreate()方法中调用

AppFrameworkHolper.init(getApplicationContext()); - 初始化配置
FileCacheConfig.init(getApplicationContext(), "ARDF"); - 文件缓存配置

感谢

okhttp RxJava

问题反馈

如果你在使用ARDF中遇到任何问题可以提Issues出来。另外欢迎大家为ARDF贡献智慧,欢迎大家Fork and Pull requests

如果觉得对你有用的话,点一下右上的星星赞一下吧。

LICENSE

Copyright (c) 2018-present, ARDF Contributors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

ardf's People

Contributors

ftmtshuashua avatar

Watchers

James Cloos avatar mini丶夏天 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.