Is it possible to use two ImageViews in two activities at the same time?
only one activity is ever present, the other will be in the background, but sure, you can use the same image resource inside multiple image views on multiple activities. They are not the same instance of an image view, but they do use the same image resource. which means that:
does everything that happens with one ImageView happen with the other?
is a no.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…