MultiScreenSDK / sample-trailmix-android

Trailmix is a sample video app using Samsug Multiscreen SDK
1 stars 0 forks source link

TrailMix

TrailMix is a demo app to demonstrate the how to integrate with MultiScreen-enabled Samsung TVs using the MultiScreen Framework API. More information, including the application communication protocol can be found here.

Android Studio Setup

In addition to setting up your gradle project correctly, you need to add the Lombok IntelliJ plugin to add lombok support to Android Studio:

  1. Go to File > Settings > Plugins
  2. Click on Browse repositories...
  3. Search for Lombok Plugin
  4. Click on Install plugin
  5. Restart Android Studio

Building

The build requires Gradle v1.10+ and the Android SDK to be installed in your development environment. In addition you'll need to set the ANDROID_HOME environment variable to the location of your SDK:

export ANDROID_HOME=/path/to/your/android-sdk

After satisfying those requirements, the build is pretty simple:

Building in Eclipse

Building in Eclipse requires the following dependencies:

RippleEffect, Material, and AndroidSwipeLayout, as well as, the dependent Android Extras need to be imported as libraries into Eclipse. More information on how to import AARs can be found here.