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

时间:2017-12-04 21:12 来源:互联网 作者:源码搜藏收藏

  • 源码类别:项目源码
  • 源码大小:未知
  • 编码格式:gbk,utf8,不限
  • 运行环境:Android studio
  • 广告推荐


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'
复制代码

 

  

本站资源仅限于学习研究,严禁从事商业或者非法活动! 源码搜藏网所有源码来自互联网转载与用户上传分享,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!

项目源码下载排行

最新文章