首页

源码搜藏网

首页 > 安卓源码 > 功能分类 > 项目源码 >

Android爱家阅图书管理系统项目源码

创建时间:2017-12-04 21:12  

Android爱家阅图书管理系统项目源码
Android爱家阅图书管理系统项目源码
暂无演示 立即下载

Android爱家阅图书管理系统项目源码

 

采用RxJava结合Retrofit 2.0进行网络访问,图书信息由豆瓣网提供的的API进行信息拉取。 图标采用com.mikepenz:iconics-core,以及com.mikepenz:google-material-typeface等提供的图标 Drawer采用的是com.mikepenz:materialdrawer。


采用技术:

 

  1.     compile 'com.mikepenz:iconics-core:2.5.10@aar'
  2.     compile 'com.mikepenz:google-material-typeface:2.2.0.1@aar'
  3.     compile 'com.mikepenz:octicons-typeface:3.0.0.1@aar'
  4.     compile 'com.melnykov:floatingactionbutton:1.3.0'
  5.     compile 'de.hdodenhof:circleimageview:2.0.0'
  6.  
  7.     debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
  8.     releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
  9.     testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
  10.     compile 'de.greenrobot:eventbus:3.0.0-beta1'
  11.     compile 'io.reactivex:rxjava:1.1.0'
  12.  
  13.     compile('com.mikepenz:materialdrawer:5.1.9@aar') {
  14.         transitive = true
  15.     }
  16.     compile 'uk.co.chrisjenx:calligraphy:2.2.0'
  17.     compile 'com.github.bumptech.glide:glide:3.7.0'
  18.     compile 'com.github.chrisbanes.photoview:library:1.2.4'
  19.  
  20.  
  21.  
  22.     compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4'
  23.     compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'
  24.     compile 'com.squareup.retrofit2:adapter-rxjava:2.0.0-beta4'
  25.     compile 'com.squareup.okhttp3:okhttp:3.0.0'
  26.     compile 'com.squareup.okhttp3:logging-interceptor:3.1.2'
  27.     compile 'io.reactivex:rxandroid:1.1.0'
  28.     compile 'io.reactivex:rxjava:1.1.0'
  29.  
  30.     compile 'com.google.zxing:core:3.2.1'
复制代码

 

  

上一篇:Android随手记项目源码安卓记账项目源码
下一篇:豆瓣开源API接口kotlin练习项目

相关内容

热门推荐

  1. 1
/ 1
  1. 1
  2. 2
  3. 3
/ 3