I want to play private Youtube video on my android device, does anyone know about it?
URL:http://www.youtube.com/watch?v=a1fuuhECPSI&feature=g-upl&context=G2a4cbe5AUAAAAAAAAAA
How we can pass parameter in youtube url ,like username and password?
Thanks
Try like this..
Before you start the intent to view the video.. Create a dialogbox with textinput to get the password.
use sharedpreferences to save your password.. and check it with the password entered… if it matches.. then start the intent..