I am getting a link to play a video (in my Rest API) in the android application... I am using retrofit to handle my rest api's .... and I am not sure how to use the link for video in my android application ... can anyone help me how I can play video using retrofit ... thanks :)
video_url : https://www.youtube.com/embed/0aNNYEUARAk
like this, I am getting the URL in JSON response. I want to play this video in an activity with my own controllers.