0
I am 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 of that image is played.
To fix the image (chosen by the user) in my ImageView
I used to SharedPreferences
, and it worked.
But to fix a video to a certain ImageView
so that always click on it, play the video, I’m not getting the same success.
Does anyone know how to do?
Wolney, it would be easier to help you if you put in the code you’ve already tried.
– ramaral
Welcome to Stack Overflow! Please explain the problem better, and if possible include a example of code that reproduces what is happening, because your question is not perceptible. See Help Center How to Ask.
– Jorge B.