Skip to content

Instantly share code, notes, and snippets.

@andresilveirah
Created August 26, 2020 10:28
Show Gist options
  • Save andresilveirah/92225a4bd6120914e66563ef7f381928 to your computer and use it in GitHub Desktop.
Save andresilveirah/92225a4bd6120914e66563ef7f381928 to your computer and use it in GitHub Desktop.
Using SourcePoint's Android SDK with Android TV

Android TV

Our Android SDK can be used, without modifications, with Android TV.

Limitations

  1. Although a WebView is present, most of Android TV don't include an external browser. Opening links from within the consent message or PM, needs re-thinking. We currently open them in an external browser, this narrows the scope of the SDK and can concentrate on dealing with only SDK related resources in the WebView.

  2. Navigation needs to be 1st class citzen. On mobile, the user is free to tap anywhere in the screen and navigating between elements is effortless. On an OTT environment, the navigation is limited to a directional controller, making it difficult to navigate from one element to another when the order of the elements is not thought up-front.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment