Android绘图程序

发布于 2024-10-20 22:56:38 字数 176 浏览 1 评论 0原文

我想学习 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 技术交流群。

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

发布评论

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

评论(3

不乱于心 2024-10-27 22:56:38

您可能会遇到 Canvas 系统。因此,您应该从这个教程系列开始,您可以在其中将学习如何使用 MotionEvent 进行交互。

You will probably encounter the Canvas system. Therefore you should start with this tutorial series, where you will learn how to interact using MotionEvent.

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