在 Android 中显示图像的最佳视图是什么?
我正在设计一个将图像分割成 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 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.