YouTube IFRAME vs YouTube Android Player API
问题 I am planning on having a YouTube player in my android app and found two alternatives: IFRAME API or with YouTube Android Player API. So far I don't find any reference for comparing the two approaches. I am new to both so I don't have a good background to compare both (yet). But so far this is what I know: IFRAME Pro: Don't need to get Developer/App Key to access the API. Pro: Don't need to include YouTubePlayer API's jar (don't increase your APK size) Con: Unnecessary webview and javascript