常用庫和常用控件

常用庫#

  • RecyclerView##

      compile 'com.android.support:recyclerview-v7:24.2.0'
    
  • rxjava##

      compile 'io.reactivex:rxjava:1.1.0'
    
  • rxandroid##

      compile 'io.reactivex:rxandroid:1.1.0'
    
  • butterknife##

      compile 'com.jakewharton:butterknife:7.0.1'
    
  • gson##

      compile 'com.google.code.gson:gson:2.6.2'
    
  • retrofit2##

      compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'
      compile 'com.squareup.retrofit2:adapter-rxjava:2.0.0-beta4'
    
  • 大圖加載##

      compile 'com.github.piasy:BigImageViewer:1.1.1'
    
  • Android 工具集合庫

      compile 'com.marshalchen.ultimateandroid:ultimateandroid:0.10.1'
    
  • Dagger 庫

project gradle

    dependencies {
      classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
    }

app gradle

    apply plugin: 'com.neenbedankt.android-apt' // 注釋處理
    dependencies {
          compile 'com.google.dagger:dagger:2.0.2' // dagger2
          compile 'com.google.dagger:dagger-compiler:2.0.2' // dagger2
          provided 'javax.annotation:jsr250-api:1.0' // Java標注
    }
  • OkHttp3##

      compile 'com.squareup.okhttp3:mockwebserver:3.6.0'
    

常用控件#

  • SwipeRefreshLayout##

      android.support.v4.widget.SwipeRefreshLayout
最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。

推薦閱讀更多精彩內容