无界编码,快捷构建,助你起飞 - use Kotlin abd support androidX
(商用慎重)FastFrame是一个提供了常用模块的个人快捷开发框架,采用Glide4.9+rxjava2+retrofit2+mvp的组件化开发模式,不断完善中。。。
主要包括 网络请求、图片加载、数据库、事件总线、缓存、权限管理、工具类 等模块。
其中,网络请求使用Retrofit+RxJava实现,图片加载使用Glide实现(可替换),事件总线使用EventBus实现(可替换),数据库使用Room实现(未实现),权限管理使用RxPermission实现。
api 'kv.vension:fastframe:_latestVersion'
- v0.0.2 (2019-09-03)
- 优化代码,使用策略模式实现时间总线、图片加载模块可动态切换
- 新增自定义Toast等工具类
- v0.0.1 (2019-07-05)
- 初步完成基础功能
Copyright 2019, Vension
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.