How to choose a video from the gallery to be standard and always playable?

0

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?

    
asked by anonymous 18.02.2016 / 04:35

0 answers