{
    分享网正式开通,我们为大家提供免费资源,欢迎大家踊跃投稿!

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

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

ble cellpadding="0" cellspacing="0" style="word-wrap: break-word; empty-cells: show; border-collapse: collapse; table-layout: fixed; width: 999px; color: rgb(68, 68, 68); font-family: "Microsoft Yahei", Tahoma, Helvetica, SimSun, sans-serif; font-size: 14px;">  

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


采用技术:

 

  1.     compile 'com.mikepenz:iconics-core:[email protected]'
  2.     compile 'com.mikepenz:google-material-typeface:[email protected]'
  3.     compile 'com.mikepenz:octicons-typeface:[email protected]'
  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:[email protected]') {
  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'
复制代码

 

  

资源均来自第三方,谨慎下载,前往第三方网站下载


米微资源分享网 , 版权所有丨本站资源仅限于学习研究,严禁从事商业或者非法活动!丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:Android爱家阅图书管理系统项目源码
喜欢 ()分享 (0)