Android TV Channel
Basic Integration
Make the following changes to your Projects build.gradle
add the following dependencies
Configure the TV Channel Row by adding the following Settings to your values/strings.xml:
Prepare the necessary Image Asset (Channel Logo JPG) and place them under src/main/res/drawable/
Asset | Dimensions | Usage |
recommendations_icon.jpg | 80x80px | Icon to be shown near the Channel Contents |
Handling Intent
Once a User clicks on any Item of the Channel Row, your App is automatically opened with the corresponding Media. This will only work, if the "recommendations_linkintent_uri" String is configured correctly. Futhermore, nexxOMNIA must have the same URI in the Feed Configuration and a valid Template for constructing the Media IDs, that your App can understand.
Enhanced Methods
It is possible to update/refresh/reconfigure the Recommendation Row from your App directly with the following Methods:
The Recommendation will normally automatically be created and updated by a System Intent on Installation. Nevertheless, updating it manually with these Methods wont disturb the (possibly) existing initial Settings.
WatchNext
WatchNext is an automatic Row on androidTV, that automatically syncs the Users View Progress and displays them on the StartPage. This is handled by nexxPLAY alone, the Recommendation SDK is not needed for this.
Both Systems though need a valid App Intent URI and a Logic, on how nexxOMNIA/nexxPLAY can construct the Apps Media Reference. Contact 3Q nexx, if the Details are unclear.
nexxPLAY for AndroidLast updated