使用具有独立线程而不是 UI 线程的视图。

发布于 2024-10-05 16:49:28 字数 126 浏览 2 评论 0原文

我有自己的观点,我在 onDraw() 函数中绘制了一些位图,但这会减慢获取触摸事件的速度(错过其中一些事件),这就是为什么我想将绘制位图的线程和获取触摸事件的线程(UI 线程)分开)但我不知道怎么做,因为它们似乎都必须在 UI 线程中。

I have my own view which i draw a few bitmaps in the onDraw() function but this slows down getting touch events(miss some of them) that is why i want to separate drawing Bitmaps' thread and getting touch events' thread(UI Thread) but i don't know how because they both seems to must be in the UI thread.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沉默的熊 2024-10-12 16:49:28

您需要查看 google 作为 SDK 的一部分提供的示例应用程序。他们给出了如何做这样的事情的详细示例。

我将从 LunarLander 开始。

You need to go look at the sample applications that google provides as part of the SDK. They give detailed examples of how to do stuff like this.

I would start with LunarLander.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文