Skip to content

smart005/okandroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

145 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android开发框架

该框架主要分为三个基础包 RxCore、RxResource、RxBasicFun images

版本引用 更新历史

images images images

1.在project的build.gradle中分别引用下面库:

【2018-9-3之前将更新至以下版本;之后版本将在www.geease.com上维护】

compile 'com.cloud:rxcore:1.2.5@aar'
compile 'com.cloud:rxresource:1.2.2@aar'
compile 'com.cloud:basicfun:1.2.8@aar'

///历史版本

compile 'com.cloud:rxcore:1.2.0@aar'
compile 'com.cloud:rxresource:1.2.1@aar'
compile 'com.cloud:basicfun:1.2.0@aar'

[项目源代码可能不是最新的,请使用以上方式导入]

(以上三个包已发布至JCenter,引用后同步即可下载)

æ库引用的其它关联引用请看具体版本引用里配置

未来版本

[v1.3.0]
  • 继续将框架中所有功能与资源配置分离出来,方便可自定义配置;同时提供一份默认配置;
  • 提供框架使用的基础demo配置;
[v1.4.0]
  • 提供多平台无埋点统计接入事件配置示例(简单配置即可);
  • 提供多维度scheme跳转及H5交互配置示例;
  • 优化框架性能;
[v1.5.0]
  • 提供框架中独有的加密体系;
[v1.6.0]
  • 提供框架的各组件使用示例;
  • 组件化封装,提供各功能及效果的封装;

联系方式

  • email:[email protected]
  • QQ群:122607882
  • 如果遇到问题欢迎在群里提问,尽快回应解决;同时也欢迎大家一起来提建议;

文档

1.初始化\基础功能

注:代码文档中如果有继承相关基类的必须继承!!!

涉及相关库的混淆

æ fastjson
æ glide
æ butterknife
æ okhttp
æ rxjava
æ banner
æ eventbus
æ aliyun oss
æ greenDao
æ x5webview

完整混淆,请点击这里

控件使用问题及引用地址

辅助组件

Licenses

Copyright 2017 chester(李敬欢)

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.

About

Android项目首选开发框架(包括RxCore、RxResource、RxBasicFun ):1.网络请求、数据缓存、资源 SP 验证等工具包;2.项目中常用的控件;3.版本更新、基类、图片压缩、dialogs、阿里云图片上传组件(二次封装调用简单)等;

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors