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.
Ztiany c33d0bf3c7 fix permission 5 years ago
lib_base fix permission 5 years ago
lib_cache completed migrating to androidx 5 years ago
lib_media_selector optimize code 5 years ago
lib_network optimize code 5 years ago
lib_qrcode remove unused method 5 years ago
README.md update readme 5 years ago

README.md

Android-Libs

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