An open API service indexing awesome lists of open source software.

https://github.com/youlookwhat/byandroid

基于 mvp - databinding 框架,AndroidX、retrofit2、rxjava2、okhttp3、Glide、immersionbar、RxBus
https://github.com/youlookwhat/byandroid

Last synced: 6 months ago
JSON representation

基于 mvp - databinding 框架,AndroidX、retrofit2、rxjava2、okhttp3、Glide、immersionbar、RxBus

Awesome Lists containing this project

README

        

# ByAndroid

> 能让开发者直接拿过去依赖,迅速开发,也就是所谓的“Android技术中台”

## Open-source libraries

- AndroidX
- MVP - 项目整体架构
- DataBinding - 控件id绑定
- [Retrofit2](https://square.github.io/retrofit/) & [OkHttp3](https://github.com/square/okhttp) - Construct the REST APIs.
- [Glide](https://github.com/bumptech/glide) - Loading images from network.
- [ImmersionBar](https://github.com/gyf-dev/ImmersionBar) - 状态栏
- [RxBus](https://github.com/youlookwhat/ByAndroid/blob/master/ByAndroid/src/main/java/me/jingbin/byandroid/rxbus/RxBus.java) - 事件总线
- [ByRecyclerView](https://github.com/youlookwhat/ByRecyclerView) - 列表 下拉刷新、上拉加载
- [ByWebView](https://github.com/youlookwhat/ByWebView) - WebView封装