上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页
  2022年4月8日
摘要: 谷歌官方文档上学习mvvm,当我写到private val model: UserViewModel by viewModels()时,viewModels()爆红,查了资料,找到gradle,添加依赖 dependencies{ implementation "androidx.activity: 阅读全文
posted @ 2022-04-08 12:01 巫山老妖 阅读(219) 评论(0) 推荐(0) 编辑
  2022年3月23日
摘要: 方法1 //去掉长按吐司 val bottomNavView: View = bottomNavigationView.getChildAt(0) bottomNavView.findViewById<View>(R.id.action_home).setOnLongClickListener { 阅读全文
posted @ 2022-03-23 18:16 巫山老妖 阅读(711) 评论(0) 推荐(0) 编辑
  2022年3月13日
摘要: EditPlus5.0注册码 注册名 Vovan 注册码 3AG46-JJ48E-CEACC-8E6EW-ECUAW 阅读全文
posted @ 2022-03-13 16:23 巫山老妖 阅读(889) 评论(0) 推荐(0) 编辑
  2022年3月12日
摘要: 删除项目下的.idea目录,然后重新导入 阅读全文
posted @ 2022-03-12 18:33 巫山老妖 阅读(2797) 评论(0) 推荐(0) 编辑
  2022年3月10日
摘要: 1、RGB转十六进制 /* *转16进制数 //十六进制的颜色字符串 */ private fun toBrowserHexValue(number: Int): String { val builder = StringBuilder(Integer.toHexString(number and 阅读全文
posted @ 2022-03-10 17:54 巫山老妖 阅读(1758) 评论(0) 推荐(0) 编辑
  2022年2月20日
摘要: 将集合通过Bundle传递 val bundle = Bundle() Navigation.findNavController(binding.root).navigate(R.id.actionShowDeviceAddFromAutoDetection,bundle) 动作Id: action 阅读全文
posted @ 2022-02-20 20:19 巫山老妖 阅读(134) 评论(0) 推荐(0) 编辑
  2022年2月14日
摘要: 如图: 中心的线在从上到下的动画效果 代码实现: private fun initAnimation() { val mAnimation = TranslateAnimation(TranslateAnimation.ABSOLUTE, 0f, TranslateAnimation.ABSOLUT 阅读全文
posted @ 2022-02-14 16:52 巫山老妖 阅读(1683) 评论(0) 推荐(0) 编辑
  2022年1月7日
摘要: @Override public void onResume() { super.onResume(); getView().setFocusableInTouchMode(true); getView().requestFocus(); getView().setOnKeyListener(new 阅读全文
posted @ 2022-01-07 15:55 巫山老妖 阅读(1446) 评论(0) 推荐(0) 编辑
  2021年12月30日
摘要: 如图: 1、activity_main.xml <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.androi 阅读全文
posted @ 2021-12-30 18:59 巫山老妖 阅读(1046) 评论(0) 推荐(0) 编辑
  2021年12月27日
摘要: Icon的尺寸规则 http://www.aoaoyi.com/archives/1341.html https://blog.csdn.net/weixue9/article/details/79053082 阅读全文
posted @ 2021-12-27 17:03 巫山老妖 阅读(32) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页