美文网首页
android一些常用的依赖

android一些常用的依赖

作者: 空老表 | 来源:发表于2017-12-07 14:37 被阅读0次

总有人问我这个你用的什么,那个你用的什么,特别烦!!!所以就整理了一下

//轮播图
implementation 'com.youth.banner:banner:1.4.9'
// //rxjava + retrofit
implementation 'com.squareup.retrofit2:retrofit:2.0.0'
implementation 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0-RC3'
implementation 'io.reactivex.rxjava2:rxjava:2.0.0-RC3'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'
implementation 'com.squareup.okhttp3:okhttp:3.5.0'
//日志打印
implementation 'org.apache.servicemix.logging:logging:7.0.1'
//通用的recycleradaoter 支持上拉自动刷新
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.25'
//图片加载
implementation 'com.github.bumptech.glide:glide:3.7.0'
//greendao依赖 数据库
implementation 'org.greenrobot:greendao:3.2.0'
//图片压缩库
implementation 'com.github.nanchen2251:CompressHelper:1.0.5'
//图片预览
implementation 'com.commit451:PhotoView:1.2.4'
//日志收集
implementation 'com.tencent.bugly:nativecrashreport:3.1.0'

相关文章

  • android一些常用的依赖

    总有人问我这个你用的什么,那个你用的什么,特别烦!!!所以就整理了一下 //轮播图implementation '...

  • Android常用依赖

    Retrofit RxJava&RxAndroid okhttp拦截器,打印网络请求日志

  • Android常用依赖

    cardView布局依赖 RecyclerView布局依赖 Banner依赖 Gson依赖 Okhtt 依赖 Re...

  • Android常用依赖

    Fresco(依赖) Fresco是FaceBook推出的一个Android开源图片管理框架,它提供了图片下载、渐...

  • Android常用依赖

    ### Gson解析依赖 implementation 'com.google.code.gson:gson:2....

  • Jetpack - Hilt

    Jetpack - Hilt依赖注入、依赖注入框架Android 常用的依赖注入框架Hilt 的简单使用 1. 依...

  • Android开发常用依赖

    ButterKnife OkHttp Retrofit RxJava RxLifecycle Glide Even...

  • Android应用常用依赖

    Banner轮播图 侧滑 XRecyclerView Glide RecyclerView 卡片布局 TabLay...

  • Android开发常用的依赖

    Rxjava 依赖 RxAndroid 依赖 GreenDao 依赖 OkHttp 依赖 Retrofit依赖...

  • Android备忘录

    常用库Gradle依赖: 如何在Android Studio安装so文件? 在app>>src>>main 目录下...

网友评论

      本文标题:android一些常用的依赖

      本文链接:https://www.haomeiwen.com/subject/ftidixtx.html