logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Glide缓存图片

是用Glide加载网络图片可以自动缓存到磁盘添加依赖:implementation'com.github.bumptech.glide:glide:4.9.0'implementation 'com.android.support:support-v4:28.0.0'public class MainActivity extends App...

BlockCanary界面卡顿检测

添加依赖:implementation'com.github.markzhai:blockcanary-android:1.5.0'运行后会同时安装检测工具,主要检测UI线程运行卡顿现象public class MainActivity extends AppCompatActivity {protected void onCreate(B...

#移动开发
GridView使用SimpleAdapter

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:app="http://schemas.android.com/apk/res-auto"xmlns:tools="http://schemas.android.com/tools"a...

#移动开发
暂无文章信息