Android client application for My Stuff Everywhere. The native application uses java code to discover DIAL and Chromecast devices. The device information is sent to a web page in an embedded web view. Everything else of interest happens in the web application (see the `mse-html` repository for more information).
##Configuration
You will need to copy MSEConfig.java from mse/samples to app/src/main/java/com/cablelabs/android/dial and configure it for your external server.
You will need to copy MSEConfig.java from mse-site repository to app/src/main/java/com/cablelabs/android/dial and configure it for your external server.
See [https://html5.cablelabs.com/mse/quickstart.html](https://html5.cablelabs.com/mse/quickstart.html)