Skip to content

PacktPublishing/Mastering-Android-Wear-Application-Development

Repository files navigation

#Mastering Android Wear Application Development This is the code repository for Mastering Android Wear Application Development, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book is intended for developers working on mobile, desktop, or web platforms interested in learning how to build apps for wearable devices, also known as wear apps. Furthermore, you may already have apps featured on the Google Play store and are looking to provide Android Wear support for your existing Android apps. If either of these statements is true, then yes, this book is for you ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

Chapters 1, 2, and 12 does not have any code.

The code will look like the following:

@Override
public WindowInsets onApplyWindowInsets(View v, WindowInsets insets)
{
  pager.onApplyWindowInsets(insets);
  return insets;
}

You will require the following set of tools to try out the codes in the book and to practice the application development yourself:

  • Android Studio v2 or greater
  • JDK v7 or greater
  • Git version control
  • A development system with decent hardware configurations, such as a fast CPU and adequate RAM for developing mobile applications

##Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781785881725

About

This is the code repository for the book, Mastering Android Wear Application Development, published by Packt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published