compile 'com.jakewharton:butterknife:8.0.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.0.1'
实践笔记
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
注意版本要一致,不然会出错。
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support:cardview-v7:25.2.0'
原址:https://github.com/bumptech/glide
实践笔记
compile 'com.github.bumptech.glide:glide:3.7.0'
原址:https://github.com/wasabeef/glide-transformations
compile 'jp.wasabeef:glide-transformations:2.0.1'
实践笔记很多,自行搜索选择
原址:https://github.com/wyouflf/xUtils3
compile 'org.xutils:xutils:3.3.40'
原址:https://github.com/alibaba/fastjson
compile 'com.alibaba:fastjson:1.1.52.android'
实践笔记
原址:https://github.com/square/okhttp
compile 'com.squareup.okhttp3:okhttp:3.3.1'
compile(name: 'app-debug', ext: 'aar')
实践笔记
原址:https://github.com/Bigkoo/Android-AlertView
compile 'com.bigkoo:alertview:1.0.2'
原址:https://github.com/greenrobot/EventBus
compile 'org.greenrobot:eventbus:3.0.0'
原址:https://github.com/mcxtzhang/SwipeDelMenuLayout
compile 'com.github.mcxtzhang:SwipeDelMenuLayout:V1.3.0'
原址:https://github.com/prolificinteractive/material-calendarview
compile 'com.prolificinteractive:material-calendarview:1.4.3'
原址:https://github.com/davemorrissey/subsampling-scale-image-view
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.5.0'
原址:https://github.com/barteksc/AndroidPdfViewer
compile 'com.github.barteksc:android-pdf-viewer:2.8.2'
原址:https://github.com/barteksc/AndroidPdfViewer
实践笔记
原址:用RecyclerView做一个小清新的Gallery效果 https://github.com/ryanlijianchang/Recyclerview-Gallery
compile 'com.ryan.rv_gallery:rv-gallery:1.0.9'
原址:GitHub - Azoft/CarouselLayoutManager: Android Carousel LayoutManager for RecyclerView https://github.com/Azoft/CarouselLayoutManager
compile ('com.azoft.carousellayoutmanager:carousel:1.2.4') {
exclude group: 'com.android.support', module: 'recyclerview-v7'
}
实践笔记
原址:https://github.com/scwang90/SmartRefreshLayout
下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
原址:https://github.com/pedant/sweet-alert-dialog
compile 'cn.pedant.sweetalert:library:1.3'
原址:https://github.com/brucetoo/PickView
compile 'com.brucetoo.pickview:library:1.2.3'
原址:https://github.com/youth5201314/banner
compile 'com.youth.banner:banner:1.4.10'
原址:https://github.com/lecho/hellocharts-android
compile 'com.github.lecho:hellocharts-android:v1.5.8'
原址:https://github.com/kyleduo/SwitchButton
compile 'com.kyleduo.switchbutton:library:1.4.1'
原址:https://github.com/crazycodeboy/TakePhoto
compile('com.jph.takephoto:takephoto_library:4.0.3') {
exclude group: 'com.github.bumptech.glide'
}
原址:https://github.com/weidongjian/androidWheelView
compile 'com.weigan:loopView:0.1.2'
原址:https://github.com/chrisbanes/PhotoView
compile 'com.github.chrisbanes:PhotoView:1.2.6'
实践笔记
原址:https://github.com/keklikhasan/LDrawer
compile 'com.ikimuhendis:ldrawer:0.1'
原址:https://github.com/zxing/zxing
compile 'com.google.zxing:core:3.3.0'
实践笔记
原址:GitHub - loopeer/CardStackView: One Custom view for show something just like cards with animations. https://github.com/loopeer/CardStackView