将存储的 JPG 文件加载到 ImageView 中最有效的方法是什么?
我有有效的 JPG 文件,现在我想将它们加载到包含 ImageView 的布局中。我有 findViewId(R.id.myimage) 的代码。我使用 File 遵循了一些示例代码,但它不起作用。该文件存储在/data/data/com.myapp/files/someimage.jpg。
最简单有效的加载和显示方式是什么?
I have valid JPG files and now I want to load them into a layout containing an ImageView. I have code to findViewId(R.id.myimage). I followed some sample code using File but it did not work. The file is stored at /data/data/com.myapp/files/someimage.jpg.
What is the easiest and efficient way to load and display?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据你提供的少量信息,我能做的就是这些。
With the few info you give that's all I can do.