這篇文章給大家介紹在Android項目中使用OKHttp3怎么實現一個下載功能,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。
成都創新互聯公司專注于高平網站建設服務及定制,我們擁有豐富的企業做網站經驗。 熱誠為您提供高平營銷型網站建設,高平網站制作、高平網頁設計、高平網站官網定制、微信小程序開發服務,打造高平網絡公司原創品牌,更為您提供高平網站排名全網營銷落地服務。app Module下的build.gradle,代碼如下
apply plugin: 'com.android.application' android { compileSdkVersion 24 buildToolsVersion "24.0.3" defaultConfig { applicationId "com.lanou3g.downdemo" minSdkVersion 15 targetSdkVersion 24 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" //為了開啟Java8 jackOptions{ enabled true; } } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } //開啟Java1.8 能夠使用lambda表達式 compileOptions{ sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:24.1.1' testCompile 'junit:junit:4.12' //OKHttp compile 'com.squareup.okhttp3:okhttp:3.6.0' //RxJava和RxAndroid 用來做線程切換的 compile 'io.reactivex.rxjava2:rxandroid:2.0.1' compile 'io.reactivex.rxjava2:rxjava:2.0.1' }
新聞標題:在Android項目中使用OKHttp3怎么實現一個下載功能-創新互聯
當前鏈接:http://vcdvsql.cn/article28/dsdjcp.html
成都網站建設公司_創新互聯,為您提供手機網站建設、網站策劃、靜態網站、自適應網站、面包屑導航、網站內鏈
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯