在 Android 中显示图像的最佳视图是什么?

发布于 2024-10-21 02:32:52 字数 99 浏览 1 评论 0原文

我正在设计一个将图像分割成 3 x 3 网格的应用程序。显示此图像的最佳方式是什么?

另外,我怎样才能将这件作品从视图上的一个点移动到另一个点。

谢谢。

I'm designing an app that splits an image into a 3 x 3 grid. What is the best way to display this image.

Also, How can I move this piece from one point to another on the view.

Thanks.

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

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

发布评论

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

评论(1

耶耶耶 2024-10-28 02:32:52

使用 ImageView?我不明白你的第二个问题。如果您正在谈论尝试显示 3x3 网格,请使用 GridView

您可以使用 ScaleType图像矩阵 更改图像的哪一部分显示。

Use an ImageView? I don't understand your second question. If you are talking about trying to show the 3x3 grid, use a GridView.

You can mess around with the ScaleType and image matrix to change what part of an image is displayed.

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