You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
android-libs/README.md

14 lines
519 B

5 years ago
# Android-Libs
5 years ago
## modules
- lib_base:common util classes and base classes,including BaseActivity, BaseFragment, BaseStateFragment, BaseListFragment, BaseAdapter, MVVM, MVP, MultiStateView, Dagger2, AAC, RxJava2, Kotlin, etc.
- lib_media_selector:gets photos or videos from system.
- lib_qrcode:library for scanning and generating qrcode.
- lib_network:RxJava + Retrofit + OkHttp.
- lib_cache: DiskLruCache + MMKV.
## how to use
refer [AndroidArchitecture](https://github.com/Ztiany/AndroidArchitecture)