非 xml Android 视图

发布于 2024-10-09 23:28:32 字数 266 浏览 1 评论 0原文

尝试在 Android 中编写 connect4 风格的游戏并遇到视图问题。我曾使用过 Java AWT,并试图从 Android 中获得相同的功能。一个简单的绘图系统,我可以通过它更新游戏板并保留屏幕,直到按下按钮导致游戏板发生变化。 我尝试过查看一些教程,但大多数都倾向于采用我不太熟悉的 XML 路线,而且使用 XML 更新每个游戏板位置似乎会更困难。 任何易于理解的教程或具体说明都会非常有帮助。 实际上只是寻找一种通过像素位置指定视图中位置的方法,因为这在我看来最有意义。如果有更简单的方法,我们将不胜感激。

Trying to program a connect4 style game in Android and running into issues with the views. I have worked with Java AWT and am trying to get the same functionality out of Android. A simple drawing system by which I can update the game board and have the screen remain until a button press causes a change to the game board.
I have tried looking at a few tutorials but most tend to go the XML route which I am less familiar with, and also it seems it would be harder to update each of the game board locations using XML.
Any easy to understand tutorials or specific instructions would be really helpful.
Really just looking for a way to specify locations within a view by pixel location since that makes the most sense in my mind. if there are far easier ways those would be appreciated.

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

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

发布评论

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

评论(1

蓝海似她心 2024-10-16 23:28:32

您所需要的只是直接在给定的画布上绘图。官方网站提供了您需要的资源

All you need is drawing directly on a given canvas. The official site got the resource you need.

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