Retrofit聯網操作步驟,非常簡單

2021-08-21 03:18:38 字數 1028 閱讀 8420

新增retrofit依賴

compile 'com.squareup.retrofit2:retrofit:2.4.0'

指定使用gson解析資料,並與retrofit關聯(如果使用到)

compile 'com.google.code.gson:gson:2.8.5'

compile 'com.squareup.retrofit2:converter-gson:2.4.0'

使用步驟:

1.獲取builder物件,並使用builder物件配置基本引數

retrofit.builder builder = new retrofit.builder();

builder.baseurl("");

builder.addconverte***ctory(gsonconverte***ctory.create());

2.通過builder構建retrofit物件

retrofit retrofit = builder.build();

public inte***ce responseservice

4.通過retrofit物件獲得第3步定義的介面服務物件

responseservice responseservice = retrofit.create(responseservice.class);

5.使用介面服務物件(responseservice)呼叫介面中的方法獲得call物件,最後使用call物件執行請求

callcall = responseservice.login(1);

call.enqueue(new callback()

@override

public void

onfailure(callcall, throwable t)

});}

Retrofit的Cookie操作方案

cookie一般用於後台和客戶端資料訪問的有效保證,由服務端建立,客戶端儲存,客戶端訪問時將cookie儲存在請求資料header裡面,服務端收到訪問請求後,解析出header的庫,對本次請求進行有效的驗證 移動端網路庫一般都是用retrofit庫,retrofit是對okhttp的一次很完美的封裝...

mybatis操作步驟

第一步載入相應的jar包。第二步 編寫輸出日誌檔案 log4j.properties 可選項 configure logging for testing optionally with log file log4j.rootlogger debug,stdout log4j.rootlogger w...

投資操作步驟

size 10 下面是創業投資公司做專案的一般順序,有一些投資公司可能會省略其中的某一兩個步驟。例如國內很多創業投資公司會省略掉第六步,而且把第五步放在第七步之後來做。1.搜尋投資機會。2.初審篩選 走馬觀花的看一遍商業計畫摘要,以決定在這個專案上花時間是否值得。3.面談和初步調研 審閱商業計畫書,...