Posts

Showing posts from December, 2016

Watch Face

Image
This tutorial will guide you through the process of creating a digital watch face for your Android wear powered smartwatch. In this we will cover the basics of structuring your project and using the Wear API in order to create your first watch face. Prerequisite 1. Better use Android Studio for development. If not installed, install it from  here .  2. Knowledge of Android and its fundamental concepts. 3.  Watch Face API for Android Wear has published by Google so before  you start development go through the documentation and design guidelines .   Start Creating Watch Face App Start by creating a new project. Input your project name and package. Next, be sure to tick   both  Phone and tablet  and  Wear  platforms on the  Target Android devices screen  as shown   above. Next select targeted android device. Next, you won't need any activity created, so from the  Add an activity  wind...