AndroidModule/README.md at master · HawkFlying/AndroidModule · GitHub
Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 550 Bytes

File metadata and controls

25 lines (15 loc) · 550 Bytes

LearnTechDemo

This project is mean to learn something in Android, now there are:

  • gradle语言,gradle基础

  • 三方框架:

    • liteOrm 数据库框架
    • retrofit 使用和封装
    • RxJava 使用和常用操作符封装
  • unitTest 单元测试

  • someApplications:MyApplication中

    • RecyclerView FastScroll RecyclerView快速滑动

    • test Ultra-Pull-to-Refresh 上下拉刷新封装,使用LoadFrameLayout

    • 使用ItemDecoration给RecyclerView添加水印

    • Java communication with Js each other