S samperizal Active Member Licensed User Longtime User Apr 2, 2014 #1 Greetings. You can change the image in an activity of an imageview from another activity Thanks in advance
Greetings. You can change the image in an activity of an imageview from another activity Thanks in advance
LucaMs Expert Licensed User Longtime User Apr 2, 2014 #2 You could pass an image file name to a routine in the destination activity (which then loads the imageview) calling that routine using CallSubDelayed2. Or you can use a global process variable for that name in the destination activity. Upvote 0
You could pass an image file name to a routine in the destination activity (which then loads the imageview) calling that routine using CallSubDelayed2. Or you can use a global process variable for that name in the destination activity.
HotShoe Well-Known Member Licensed User Longtime User Apr 2, 2014 #3 The activity will be paused so you'd have to use a global variable and maybe a boolean to know it has changed. --- Jem Upvote 0
The activity will be paused so you'd have to use a global variable and maybe a boolean to know it has changed. --- Jem