/wearbooksource

Source code for WILEY book : Wearable Android - Android Wear and Google Fit / by Sanjay M. Mishra 2015

Primary LanguageJavaApache License 2.0Apache-2.0

Wearable Android - Android Wear & Google Fit App Development (WILEY 2015)

by Sanjay M. Mishra | Linkedin | [Feedback/Email](mailto:smitzey@gmail.com?subject=Wearable Android Book) ##"Git the book" from Google Play or Amazon or wiley.com #Source code for book The source code has the following directory structure :

wear      -- Android Wear App code samples

fit       -- Google Fit App code samples

handheld  -- phone and tablet, versions Lollipop(5.x) and Marshmallow(6.x) App code samples

misc      -- scripts and utilities

Notes

Since the time that this codebase and book were written, there have been many changes and upgrades to the Android SDK build tools, Android Wear API, Google Fit API, gradle plugins, and Android Studio. As of October 2015, this code base is undergoing upgrades to align with current build tools version 23 and API version 23 / Android OS code name "Marshmallow". This effort to catchup with the current build tools is expected to be completed by mid October, stay tuned.

Issues

Please feel free to log suggestions and issues that you encounter with this codebase.

Sample Code ( Wear )

0hellowear hellowear0
1wearNodes
2capability
4DataApi
5WMessage
6wearNotification
7voiceNoti
8wList
8wMap

Sample Code (Fit)

0GHelloFit
0hellofit
4FitHistory
5FitWHistory

Thank you.