android 打包错误

参考: AndroidStudio打包javax.crypto.BadPaddingException: Given final block not properly padded解决方法 https://blog.csdn.net/qq_28514109/article/details/90...

android release

参考: android studio设置生成的release版本apk的名称 https://blog.csdn.net/bzlj2912009596/article/details/78291355 教你如何使用android studio发布release 版本(完整版) https:...

android 签名 jks pkcs12

参考: 1.9 Android程序签名打包 https://www.runoob.com/w3cnote/android-tutorial-sign-package.html Android签名jks转pkcs12 https://www.csdn.net/tags/MtTaAgwsOTY...

android edittext 只能输入 英文,数字,特殊字符

参考: 如何让EditText只能输入英文或数字 https://zhidao.baidu.com/question/1450304732619459300.html EditText 只输入英文和特殊字符 https://blog.csdn.net/liangoogle/article/...

android 子线程更新主线程

参考: Thread中runOnUiThread的简单使用 https://blog.csdn.net/cf8833/article/details/90297775 Android常见报错之 - Only the original thread that created a view h...

recyclerview checkbox 更新数据

参考: RecyclerView+CheckBox的使用 https://www.jianshu.com/p/606049e38538 Android RecyclerView列表中存在Checkbox错乱以及滑动更新Checkbox状态解决方案 https://blog.csdn.net...

sqlite 查询并跳转

参考: sql 语句中as的用法和作用 https://www.cnblogs.com/alex0702/p/10766821.html sqlite之query、rawQuery区别;moveToNext,moveToFirst区别 https://blog.csdn.net/sinat...

sqlite 查询记录数量

参考: sql语句查询多对多数据各个状态的数量 https://blog.csdn.net/qq_40393093/article/details/84190999 SQL查询记录总数 https://blog.csdn.net/iiithsoul/article/details/9977...

sqlite 重置主键

参考: SQLite重置主键字段 https://www.imooc.com/wenda/detail/585683 Sqlite 清空表中所有数据 并重置自增长数据 https://blog.csdn.net/hn307165411/article/details/7084974

android broadcast

参考: 广播onReceive()方法的context类型探究 https://blog.csdn.net/lyl0530/article/details/81105365