Locus Map - add-on Wearables
Add-on for Locus Map (Android) application, focused on using most important features if Locus Map on Android Wear devices.
Add-on consists of these parts.
devicemodule - middleman who communicate with Locus Map (over Locus API) on one side and add-on running on watches (over messages) on second sidewearmodule - separate application running on watches- and
commonwhere code shared/used by both device and wear is used.
Change log
See CHANGELOG.md
Important information
Available at: Wear for Locus Map at Google Play
Supports both Android Wear 1.x and 2.0. For Android Wear 2.0 the add-on must be installed separately on both the mobile phone and the watch.
Requires Google Play Services and Locus Map to work. Paired mobile phone required, standalone function not supported on the watch.
Setup project in Android Studio
- clone current repository in created directory by
git clone https://github.com/asamm/locus-addon-wearables.git
- open gradle project with Android Studio
- setup global gradle properties, mainly debug keystore - please refer to Locus API, using global parameters.
- run device and wear modules