Android Studio使用的依赖

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio使用的依赖相关的知识,希望对你有一定的参考价值。

compile ‘com.android.support:recyclerview-v7:25.0.1‘ RecyclerView

compile ‘com.android.support:design:25.3.1‘ TabLayout组件

compile ‘com.squareup.okhttp3:okhttp:3.8.1‘ 网络请求 Okhttp
compile ‘com.google.code.gson:gson:2.8.1‘ Gson解析

compile ‘com.squareup.retrofit2:retrofit:2.3.0‘ 网络请求 Retrofit
compile ‘com.squareup.retrofit2:converter-gson:2.3.0‘ 网络请求所用Gson

compile ‘io.reactivex:rxjava:1.1.0‘ Rxjava
compile ‘io.reactivex:rxandroid:1.1.0‘
compile ‘com.squareup.retrofit2:adapter-rxjava:2.0.2‘

compile ‘com.android.support:recyclerview-v7:25.3.1‘ Recycler

compile ‘com.github.bumptech.glide:glide:3.8.0‘ 解析图片
compile ‘com.squareup.picasso:picasso:2.5.2‘ 解析图片

compile ‘com.recker.flybanner:flybanner:1.3‘ 自动轮播图(重要)

compile ‘com.jude:rollviewpager:1.4.5‘ 自动轮播图

compile ‘com.j256.ormlite:ormlite-android:5.0‘ ORM数据库

compile ‘eu.the4thfloor.volley:com.android.volley:2015.05.28‘ Volley

compile ‘com.recker.flybanner:flybanner:1.3‘ 支持无限循环的广告栏控件

compile ‘com.jakewharton:butterknife:7.0.1‘ Butterknife
compile ‘com.scwang.smartrefresh:SmartRefreshLayout:1.0.3‘

 













以上是关于Android Studio使用的依赖的主要内容,如果未能解决你的问题,请参考以下文章

android studio gradle dependencies 包存放在哪儿

android studio 怎么引入library

android studio怎么添加sdk依赖

Android Studio探索之路系列之六:Android Studio加入依赖

Android Studio 模块依赖

Android 11使用Android Studio调试系统应用:依赖分析android.bp静态依赖动态依赖