onActivityResult过时了,registerForActivityResult使用方法
最常用的写法registerForActivityResult( ActivityResu...
Caused by: java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation
android 8.0 (API=26) 出现的问题解决方法:去掉android:screenOrientatio...
Retrofit传参Map<String,Any>报错
在使用retrofit请求接口时报错了,参数:Map<String,Any>Parameter typ...
Waiting for another flutter command to release the startup lock
运行flutter devices出现:Waiting for another flutter command t...
android5遇到INSTALL_FAILED_DEXOPT 解决办法
最近写个项目,在用一台android5.0.2的旧手机测试时出现INSTALL_FAILED_DEXOPT,看图:...
Android唤起微信扫一扫
fun scanQR() { try { val intent = con...
反编译微信小程序
一、环境准备node.js有root权限的android手机反编译脚本:wxappUnpacker(github上...
EditText光标移到最后
设置editText内容后将光标移动末尾editText.setText(content)//设置EditText...
FlexboxLayout+recyclerView实现自动换行
FlexboxLayout,可以很方便地实现瀑布流的效果。今天正好用到项目中。先看效果图1.添加依赖impleme...
WebView通过URL传值控制div是否显示
protocol.html... <div style="position:relative;&q...