IP屬地:云南
線程的狀態(tài) 新建可運行 運行 阻塞 終止 創(chuàng)建線程的兩種方式 1.通過繼承Thread類重寫run方法來創(chuàng)建線程 例如 A extends...
//沉浸式狀態(tài)欄處理 安卓版本大于4.4可以使用 if (Build.VERSION.SDK_INT >= Build.VERSION_...
companion object 伴生對象 在java中使用靜態(tài)方法 類名.companion.方法名 想要方便一些可以在方法名上添加注解@Jv...
在application中配置android:requestLegacyExternalStorage="true"
遍歷數(shù)組arg for(i in arg) arg.forEach(::println) 聲明常量 val 聲明遍歷 var 判空 val a:...
導(dǎo)入依賴 implementation'com.google.zxing:core:3.4.0' 工具類 public class QRCode...
canScrollViewtically正值判斷手指向上滑動宽档,負(fù)值判斷向下滑動 可以滑動返回true讲岁,不能滑動返回false recyclerV...
自定義控件 public class VerifyCodeViewextends RelativeLayout{ private EditTex...