開源中國oschina客戶端源碼依賴框架如下。
dependencies {
//引用libs文件夾下所有jar包.
compile fileTree(include: ['*.jar'], dir: 'libs')
//(未用到)引用外部lib工程:友盟社會化分享框架,as里應該叫module.
//compile project(':social_sdk_library_project')
//引用libs下的aar:友盟社會化分享.
compile(name: 'social_sdk_library_project', ext: 'aar')
//(未用過)聽云:
//聽云可以實現您的應用性能全方位可視化,
//從PC端、瀏覽器端、移動客戶端到服務端,
//幫您監控定位崩潰、卡頓、交互過慢、第三方API調用失敗、
//數據庫性能下降、CDN質量差等多維復雜的性能問題。
//compile 'com.networkbench.newlens.agent.android:nbs.newlens.agent:2.2.7'
// or 1.4-beta1
// or 1.4-beta1
// v7庫
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
//v7庫里使用率高的view,算是ListView的升級版
compile 'com.android.support:recyclerview-v7:23.4.0'
//使用多點觸控和雙擊,滾動,以平滑滾動甩。
//see 博客http://m.blog.csdn.net/article/details?id=43128111
compile 'com.github.chrisbanes.photoview:library:1.2.4'
//網絡請求框架
compile 'com.loopj.android:android-async-http:1.4.9'
//view注解框架
compile 'com.jakewharton:butterknife:7.0.1'
//kjhttp框架,有cache,post,文件下載,斷點續傳等功能
compile 'org.kymjs.kjframe:kjframe:2.6'
//谷歌zxing掃碼框架
compile 'com.google.zxing:core:3.2.0'
//圖標控件,直接在textview上以文本顯示線條圖標
compile 'com.joanzapata.android:android-iconify:1.0.9'
//圓角,橢圓的圖片控件
compile 'com.makeramen:roundedimageview:2.1.1'
//針對6.0起申請權限
compile 'pub.devrel:easypermissions:0.1.7'
//圖片加載庫glide
compile 'com.github.bumptech.glide:glide:3.7.0'
//圓角頭像。(不是有其他圓角圖片控件了嗎?)
compile 'de.hdodenhof:circleimageview:2.0.0'
//google json
compile 'com.google.code.gson:gson:2.6.2'
//genius之模糊框架
compile 'net.qiujuer.genius:blur:2.0.0'
//genius之資源
compile 'net.qiujuer.genius:res:2.0.0-beta6'
//genius之ui
compile 'net.qiujuer.genius:ui:2.0.0-beta6'
//內存泄露工具,直接在通知欄顯示
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
}
libs文件夾下的本地jar包
library-2.4.0.jar //IOS7風格的側邊欄
locSDK_3.1.jar //百度定位sdk
pinyin4j-2.5.0.jar //著名拼音插件
xstream-1.4.7.jar //XStream是一個Java對象和XML相互轉換的工具
最后編輯于 :
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。