项目实战导航

一、Java基础
二、Android基础
三、高级UI
  • PhotoView:图片展示,支持缩放、移动
    https://github.com/Baseflow/PhotoView

  • SmartRefreshLayout:下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer
    https://github.com/scwang90/SmartRefreshLayout

四、数据结构
五、算法
六、混合开发
七、性能优化
八、移动架构
  • EventBus: 事件总线框架,需要添加混淆,不支持跨进程
    https://github.com/greenrobot/EventBus

  • 网络框架
    retrofit:需要添加混淆
    https://github.com/square/retrofit

  • PersistentCookieJar:Cookie自动管理,需要添加混淆
    https://github.com/franmontiel/PersistentCookieJar

九、NDK
十、Kotlin

[持续更新中...]

你可能感兴趣的:(项目实战导航)