I want to play video in the image view. I mean, if user taps on the some portion of the image then the video will play. is it possible? please can anyone help me.

I want to play video in the image view. I mean, if user taps on the some portion of the image then the video will play. is it possible? please can anyone help me.

You can add ImageView and VideoView in RelativeLayout and set ImageView to invisible and VideoView to visible and vice-versa and you can play video on onClick.
You can use framelayout having imageview on above and videoview at back. and when ever the user clicks on the imageview then you can hide the imageview and start the video using video view.