240 发简信
IP属地:河北
  • jni开发

    https://mp.weixin.qq.com/s/8tRAO9a6FOo6mV64VoW8HA https://mp.weixin.qq.c...

  • mvi

    [mvi介绍](https://mp.weixin.qq.com/s/lCgztZ4g2qCftFhR2yJiLw) [配置依赖](https:...

  • coil图片加载

    [coil使用介绍](https://mp.weixin.qq.com/s/fsEPEc2M_vcZLivYVVwNYw)

  • grep匹配命令查找

    grep常用选项: 1.根据匹配内容过滤:grep "com.test.demo" a.log2.在当前目录多个文件中搜索关键字starting...

  • logcat日志过滤

    1. 根据TAG和Log优先级过滤 ``` adb logcat [TAG:LEVEL ] [TAG:LEVEL ] ... ``` >例如:输...

  • adb shell am 命令

    adb shell am start [options] intent启动由 intent 指定的 Activity。格式与参数如下 start...

  • android:persistent属性

    在做桌面产品的时候,发现一些机型存在将桌面默认后重启手机出现卡死的情况,通过查看log,出现错误信息在手机系统启动加载完androidmanif...

  • MediaPlayer学习

    MediaPlayer多媒体练习:https://github.com/stormzsl/MyVideo[https://github.com/...

  • LiveData实现原理

    LiveData使用LiveData LiveData = new LiveData(); liveData.obsever(LifeCycle...