So I have got this application where I need to play a youtube video without calling an intent and in the same activity (not using openyoutube :P), what is the appropriate way(s) to do so?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can embed a
VideoViewwithin yourActivityand play the video by giving it someURLSee a demo of using VideoView in Android for more.