This is a short question:
I'm using "YouTube Data API", and I've noticed that if the YouTube app isn't installed, all demos of the sample just show a dialog telling the user to install the app.
I'd like to have a different fallback, so that the video will still play.
I assume I can use WebView, but is there a better way? Maybe a VideoView ?
What's the best alternative, without any libraries (using just the framework) for when YouTube app isn't installed?