在实现共享元素活动转换时,某些字段未加载并显示为空白,转换完成后,即使我在活动中使用像Picaso设置图像时,所有内容都会显示在以后: -
String pos1=json.getString("poster_path");
Picasso.with(context).load("https://image.tmdb.org/t/p/w185"+pos1).into(poster);
我可以发布我的xml文件,但我觉得它没用,我不知道哪个行为导致这个故障任何帮助都会非常感谢!