2015-2016最火的Android開源項目 |
本文整理與集結了近期github上使用最普遍最火熱與最流行的開源項目,想要充電與提高的小夥伴們能夠前來一關哦~ 本文只提供了簡單介紹與項目網址,具體請點進去自行參謀哦,費心整理,但願對你們有用html
https://github.com/Trinea/android-open-project
github地址 : xutils3java
集成方法android
compile 'org.xutils:xutils:3.2.2'
使用方法:D:\study_forAndroid\第三方框架使用筆記\http\xutils3的使用.mdgit
集成方法github
dependencies { compile 'com.loopj.android:android-async-http:1.4.9' }
使用方法:官方文檔sql
集成方法數據庫
compile 'com.squareup.okhttp3:okhttp:3.2.0'
使用方法:D:\study_forAndroid\第三方框架使用筆記\http\okhttp的使用.md緩存
github地址 : Picasso安全
集成方法網絡
compile 'com.squareup.picasso:picasso:2.5.2'
使用方法:D:\study_forAndroid\第三方框架使用筆記\imageView\Picasso的使用.md
集成方法
dependencies { compile 'com.github.frank-zhu:pullzoomview:1.0.0' }
使用方法:
集成方法
dependencies { compile 'com.commit451:PhotoView:1.2.5' }
集成方法
dependencies { compile 'pl.droidsonroids.gif:android-gif-drawable:1.1.+' }
集成方法
dependencies { ... compile 'de.hdodenhof:circleimageview:2.0.0' }
集成方法
dependencies { compile 'com.bm.photoview:library:1.3.6' }
集成方法
compile 'com.canyinghao:canphotos:1.0.1'
集成方法
dependencies { compile 'com.ms-square:expandableTextView:0.1.4' }
集成方法
compile 'com.github.flavienlaurent.datetimepicker:library:VERSION'
集成方法
compile 'com.bigkoo:pickerview:2.0.8'
集成方法
compile 'com.github.iwgang:countdownview:1.2'
集成方法
repositories { maven { url "https://jitpack.io" } } dependencies { compile 'com.github.PhilJay:MPAndroidChart:v2.2.4' }
集成方法
compile 'me.zhanghai.android.patternlock:library:2.0.2'
集成方法
compile 'com.liangfeizc:flowlayout:1.0.0@aar'
集成方法
dependencies { compile 'com.thefinestartist:ytpa:1.2.1' }
集成方法
repositories { mavenCentral() // jcenter() works as well because it pulls from Maven Central } dependencies { compile 'com.github.bumptech.glide:glide:3.7.0' compile 'com.android.support:support-v4:19.1.0' }
集成方法
for Android: compile 'de.greenrobot:greendao:2.1.0' for Java: compile 'de.greenrobot:greendao-generator:2.1.0'
集成方法
compile ('cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2') { exclude module: 'support-v4' }
集成方法
compile 'com.rockerhieu.emojicon:library:<latest-version>'
集成方法
repositories { mavenCentral() } dependencies { compile 'com.edmodo:cropper:1.0.1' }
集成方法
compile 'com.yalantis:ucrop:1.3.+'
集成方法
//manifest中添加 <activity android:name="com.soundcloud.android.crop.CropImageActivity" /> //build.gradle中添加 compile 'com.soundcloud.android:android-crop:1.0.1@aar'
集成方法
dependencies { compile 'com.github.ctiao:dfm:0.3.9' }
集成方法
compile 'org.greenrobot:eventbus:3.0.0'
集成方法
repositories { maven { url "https://dl.bintray.com/alt236/maven" } } dependencies { compile 'uk.co.alt236:bluetooth-le-library-android:1.0.0' }
集成方法
compile 'com.canyinghao:canrefresh:1.0.0'
集成方法
dependencies { compile 'com.oguzdev:CircularFloatingActionMenu:1.0.2' }