Android 画布背景
我的视野背景中有很多小图像。每个图像的位置取决于屏幕分辨率。还有其他对象在 onToch ivent 之后动态重绘。它在没有背景的情况下工作正常,但是当我尝试在 onDraw() 中绘制它时,我收到 KeyDispatchingTimedOut 错误。当我的应用程序首次启动时,如何在单个位图中组成背景,或者还有其他更好的解决方案?
There are a lot of small images in background of my view. And position of each image depends on screen resolution. Also there are other objects that dynamically redraws after onToch ivent. It works fine without background but when i try to draw it in onDraw() i get KeyDispatchingTimedOut error. How can i compose a backgrount in a single bitmap when my app first starts, or there are other better solutions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这将使用“背景”作为暂存器,然后在完成“暂存”后将完整的背景图像写入当前画布:-)
This will use 'background' as a scratchpad, then write the completed background image to the current canvas when you are done 'scratching' :-)