如何检索 ImageView 的 ImageUri?

发布于 2024-08-31 16:32:27 字数 81 浏览 4 评论 0原文

我期待从 ImageView 访问当前图像的 Uri 的方法,将其保存到我的数据库中,但我只找到了 setter。

吸气剂在哪里??

I'm looking forward the method for accessing the current image's Uri from an ImageView, to save it to my database, but i've only found the setter.

Where's the getter??

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

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

发布评论

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

评论(1

很快妥协 2024-09-07 16:32:27

没有吸气剂。由于您是调用 setImageURI() 的人,因此在调用该方法时将 Uri 保存到数据库中。

请记住,ImageViews 并不总是具有 Uri(例如,可绘制资源、生成的位图),这就是没有 getter 的原因。

There is no getter. Since you are the one calling setImageURI(), save the Uri to your database when you call that method.

Bear in mind that ImageViews do not always have a Uri (e.g., drawable resource, generated bitmap), which is why there is no getter.

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