Creating Android app to play YouTube videos
Hello in this android tutorial we create your own Android application which is used to view or watch YouTube videos on android device.For this tutorial first we need to download latest youtube player API from googles developers website.So lets start the tutorial.... 1. Get the Android API key Gets the SHA-1 fingerprint on your computer using java keytool. For Windows, Execute the following command in cmd prompt keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android 2. Go to Google Developer Console and select or create a new project. https://accounts.google.com/ServiceLogin?service=cloudconsole<mpl=api&osid=1&passive=true&continue=https://console.developers.google.com/#identifier 3. On the left sidebar, click on API manager/Google apis list display/under youtube apis / YouTube Data API Enable t...