android
-
基于Google ML模型开发Android物体检测应用
目录ML Kit 项目描述开发工具代码设计界面设计物体检测处理标记物体项目演示ML Kit[详细]
2024-08-10 11:19 分类:开发 Android开发Kotlin语言协程中的并发问题和互斥锁
目录Kotlin 协程与并发(Coroutines and Concurrency)协程基础并发与同步Mutex(互斥锁)使用 MutexMutex 的其他方法lock:挂起直到互斥锁被锁定。unlock:解锁互斥锁。tryLock总结Kotlin 语言提供了多种[详细]
2024-08-10 11:06 分类:开发-
遗憾! 微软windows11放弃Android安卓子系统
微软“砍刀部”又出手了——那个可以在 Windows 11 上运行 android 应用的子系统将于明年终止支持。[详细]
2024-08-10 10:40 分类:开发 Android,13测实用新功能|可仅针对特定应用录屏[Android系统]?
一直以来,由于Android系统录屏时会录制包括通知、桌面、任务列表在内的所有内容,用户的信息隐私都是一个难以解决的问题。[详细]
2023-12-07 07:10 分类:问答-
Win11android子系统 WSA 2307今日更新: 支持 Vulkan API
微软 Windows 11 安卓子系统今日迎来 2307.40000.2.0php 版本更新,为 PC 平台的安卓应用带来了 Vulkan API 图形渲染支持。[详细]
2023-11-19 13:10 分类:开发 Android设置改变透明度实例
目录如何设置透明度方法一:使用setAlpha()方法方法二:使用setBackgroundAlpha()方法方法三:使用XML文件设置透明度透明度表的使用透明度数值图片透明度文本透明度背景透明度动态改变透明度总结在android开发中,透明[详细]
2023-11-09 11:39 分类:开发Android使用fastjson库解析json字符串实战
目录什么是FastjsonFastjson具有以下特点: fastjson使用快速入门示例1、在android项目中使用Fastjson,可以通过以下方式进行安装和导入:2、在MainActivity.Java文件中添加如下代码3、新建Student.java文件并定[详细]
2023-11-09 11:38 分类:开发android中实现editext搜索完成自动关闭软键盘
目录关键步骤监听搜索按钮的点击事件1、在布局文件中定义EditText和搜索按钮。2、在Activity或Fragment中获取EditText并设置OnEditorActionListener。关闭软键盘完整示例代码总结在android应用开发中,经常会遇到需要[详细]
2023-11-09 11:35 分类:开发How to add EditText in ListView multiple choice type
I have inside LinearLayout ListView with multiple select choice(all strings). How to add on last position in ListView EditText. I have used ArrayAdapter to fill list with strings. How to add that fi开[详细]
2023-04-13 10:08 分类:问答Android OpenGL 1.0 different texture for each face of the cube with texture atlas
I have a cube, I can assign for it one texture, but I would like to assign different texture for each face. I have a 512x512 texture atlas, with four tiles, each 256x256. I use the NeHe ports, so for[详细]
2023-04-13 10:07 分类:问答