I'm working on a program that is interactive with users.
With this, the user can choose image or take a photo and replace with the one that was in ImageView
.
When you click on ImageView
, a video for that image is played.
To fix the image (chosen by the user) in my ImageView
I used SharedPreferences
, and it worked.
But to fix a video to a certain ImageView
so that you always click on it, play the video, I'm not getting the same success.
Does anyone know how to do it?