Android加密算法之AES
什么是高级加密标准或AES?AES加密标准又称为高级加密标准Rijndael加密法,是美国国家标准技术研究所NIS...
解决NestedScrollView嵌套RecyclerView滚动监听问题
不使用recyclerview的监听,直接用NestedScrollView的监听scrollView.setOn...
android加密算法之MD5
方法1fun getMD5A(str: String): String? { return try...
proguard-rules出现unresolved class name
最近将Android studio升级到4.0后,proguard-rules.pro文件出现许多错误,unres...
getResources().getColor() is deprecated
getResources().getColor(android.R.color.white)过时了以下方法替换ge...
显示PopupMenu时滚动toolbar
我在Fragment里弹PopupMenu时会把toolbar向上滚动<android.support.de...
Caused by: android.view.InflateException: Binary XML file line #258: Error inflating class android.webkit.WebView
看到有部分机型出现了BUG,并有用户也反馈了升级后某页面无法打开:Caused by: android.view....
Waiting for another flutter command to release the startup lock
当我运行Flutter doctor时,它显示Waiting for another flutter comman...
使用BottomSheetDialogFragment底部弹框
步骤1:为底页创建布局文件<LinearLayout xmlns:android="htt...
Handler是如何传递消息的
先认识下跟Handler有关的几个类:MessageQueue,Message,Runnable,Looper。R...