Android实际项目中可能用到的工具代码

1. 下拉刷新及加载更多

      |- SmartRefreshLayout

2. 线程切换工具

     |- RxAndroid

3. 线程间数据通信

    |- EventBus

4.网络请求工具

   |- okhttp

   |- retrofit

5.内存及UI检测

   |- leakcanary

   |- AndroidPerformanceMonitor  

6.日志打印

   |- logger


7.图片加载及圆角图片

   |-Picasso ,Glide ,UniversalImageLoader ,Fresco

   |-CircleImageView


8.Android Studio常用插件

  |- butterknife

  |- findViewByMe

  |- CodeGlance

  |- Android Postfix Completion

  |- GsonFormat

  |- Sexy Editor










猜你喜欢

转载自blog.csdn.net/qq_17441227/article/details/80420269