Search code examples
androidandroid-studiosamsung-galaxy-gear

How to code for Smartwatch 2


I don't know how to port my app from a Samsung phone base to a Galaxy gear base and get it to run on my watch. I need to know how to connect my app to the watch.


Solution

  • If you want to connect your Phone with a Wear you will need to set up a DataAPI.

    There is a really good library called Teleport.lib which shortens the code a lot. If you want to avoid using this library you can follow the instruction which are given in this Android Wear talk.