240 发简信
IP属地:广东
  • TextView does not support text selection. Selection cancelled

    EditText设置enable =false,editText.isClickable = falseeditText.isFocusable...

  • Resize,w 360,h 240
    ViewModel 实现Fragment中监听返回键

    背景:做一个小窗口实现手机相机预览,可以全屏切换预览画面 实现是采用cameraX api实现摄像头预览,参考了谷歌的实现[https://gi...

  • Camerax 打开指定摄像头id

    安卓上开发摄像头预览应用,参考了谷歌的实现CameraX基本使用[https://github.com/android/camera-sampl...

  • Android Gradle Plugin Version 升级到3.6以上编译错误

    在jenkins上编译成功但是报错 FATAL: [SignApksBuilder] zipalign failed: exit code 1 ...

  • 安卓应用中获取了系统壁纸如何释放?

    应用中获取了系统壁纸如何释放? val manager =(context?.getSystemService(Context.WALLPAPE...