Android绘图程序
我想学习 android 编程,我已经了解 java,并且我已经编译了所有简单的“Hello world”教程应用程序。
我想做一些基本的触摸屏交互和画布绘图。只需“获取触摸位置并在那里画一个点”。
你能推荐一些关于 Android 上的图形/画布的教程吗?我只想开始,了解像这样的简单情况的所有注意事项。
I'd like to learn android programming, I already know java, and I have already compiled all the simple "Hello world" tutorial apps I could.
I want to do something with a basic touchscreen interaction, and canvas drawing. Just "get the touch position and draw a dot there".
Can you recommend some tutorial about graphics/canvas on Android? I just want to get started, knowing all do's and don'ts for a simple situation such as this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可能会遇到
Canvas
系统。因此,您应该从这个教程系列开始,您可以在其中将学习如何使用MotionEvent
进行交互。You will probably encounter the
Canvas
system. Therefore you should start with this tutorial series, where you will learn how to interact usingMotionEvent
.下面的链接可能会帮助您 http://marakana.com/tutorials/android/2d-图形示例.html
Below link might help you http://marakana.com/tutorials/android/2d-graphics-example.html
您应该查看此处的文档。
You should look here in the documentation.