提问人:thedarktangent 提问时间:11/16/2023 最后编辑:ItzDavithedarktangent 更新时间:11/16/2023 访问量:29
如何跟踪首先加载的 imageview
How to keep track of which imageview was loaded first
问:
我有几个xml布局。在每个布局中,都有不同数量的 .假设有一个,有 3 个,有 2 个。ImageViews
layout_1
ImageView
layout_2
ImageView
layout_4
ImageView
所有 ImageView 都有自己的 ID。
现在,假设用户选择了其中一张图像,然后通过 .layout_2
Glide
当用户去编辑他的图像时,我怎样才能将图像加载到用户在第一次选择时一开始选择的同一个 ImageView 中?layout_2
我还没有想出任何关于如何实现这一点的想法。
答: 暂无答案
评论