gpt4 book ai didi

android - Xamarin 安卓 :Load Image from Localpath On RecyclerView

转载 作者:行者123 更新时间:2023-11-29 17:15:22 26 4
gpt4 key购买 nike

Xamarin Android 项目正在使用 RecyclerView 中显示的数据。我引用这篇文章RecyclerView并运行代码示例。并引用 Xamarin 中的图像加载组件 picasso .如何像 File imgFile = new File("/storage/emulated/0/Pictures/CameraAppDemo/myPhoto_2eb3b135-5ad5-4a17-8836-13a9eca6bbb2.jpg") 这样从移动本地路径获取图像?

最佳答案

参见 https://components.xamarin.com/view/square.picasso 资源加载

这应该根据文档工作。不要忘记申请外部存储访问权限。

var imgFile = new File("/storage/emulated/0/Pictures/CameraAppDemo/myPhoto_2eb3b135-5ad5-4a17-8836-13a9eca6bbb2.jpg")
Picasso.With(context)
.Load(imgFile)
.Into(imageView3);

关于android - Xamarin 安卓 :Load Image from Localpath On RecyclerView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39270410/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com