IP屬地:北京
一,在布局中引入控件ViewPager和一個按鈕 先將按鈕設置為隱藏 二,在Activity中添加布局 final ArrayList view...
步驟 一,添加電話權限導依賴 implementation'com.github.dfqin:grantor:2.5' 有兩種方式 一,動態(tài)獲取...
Bufferknife 依賴 implementation 'com.jakewharton:butterknife:10.1.0' ann...
MVP介紹: View 對應于Activity紊服,負責View的繪制以及與用戶交互 Model 依然是業(yè)務邏輯和實體模型 Presenter 負責...
定義: 是一個全局監(jiān)聽器,屬于Android四大組件之一 廣播分為兩個角色:廣播發(fā)送者,廣播接收者 廣播接收器分為兩種(靜態(tài)注冊,動態(tài)注冊) 區(qū)...
GreenDao步驟 一,創(chuàng)建實體類 二,配置 ①工程配置:添加插件(更好支持GreenDao)在build.gradle(Project)中配...
OKHttp 一,OK_GET異步請求 1,添加依賴 implementation'com.squareup.okhttp3:okhttp:3...
高級_retrofit-Get(Post)請求步驟 1,導依賴 implementation'com.squareup.retrofit2:re...