Getting Started with the Skin Sample Application for Android
Get started with the Sample App and try the compiled SDK with your own application. The source code SDK is an Android Studio Project that you can link directly to your application. Source Code SDK can use either Local Hosting or JSBundle.
Add Your Own Test Assets
You can try the compiled SDK with your own test assets.
Just like all other SDK sample applications, you can modify the ListActivity with your own embed codes to see how your videos work. Note that your assets may require additional configuration of the application to work.
- Open OoyalaSkinSampleApp.
- Modify src/main/java/com/ooyala/sample/lists/OoyalaSkinListActivity.java.
- Re-run the application.
Try the BasicPlaybackSampleApp
You can also try the compiled SDK with the BasicPlaybackSampleApp. To get started with the BasicPlaybackSampleApp, see Updating an Existing Application with the Android Skin.
Modify the Player Skin
The skin-config/skin.json config file is a JSON file that defines the look and feel of the Player UI. It can be modified and placed in the Sample App. See Customizing the Player V4 Appearance for details.