定义方法 吐司 定义变量和常量可变 变量定义:var 关键字var <标识符> : <类型> = <初始化值>不可变变量定义:val 关键字,只...
private void initPop() { View inflate = LayoutInflater.from(this).in...
添加依赖 compile 'q.rorbin:VerticalTabLayout:1.2.5' XML布局 <android:id="@+i...
1.在Manifest文件中增加相应权限 <!-- 在SDCard中创建与删除文件权限 --> <!-- 往SDCard写入数据权限 -->4 ...
String content = detailDTO.getContent();//要改变的字符串 int i = content.indexO...
//倒依赖 implementation'com.jaeger.ninegridimageview:library:1.0.2'//布局中加入控...