Android Wearable learning materials-Basic Guideline

Official Videos of Google:

This is too much necessary or mandatory that everyone should go through the whole video lessons about wearable which are provided by Google officially.
Video Links: https://classroom.udacity.com/courses/ud875A/lessons/4493351882/concepts/45342601910923
*Note:
Wearable app are three types:
-         Notifications
-         Wearable Apps
-         Watch Faces

In this video section there are three Lessons (please see all the lessons without any seeking)
-         Run the sample codes which are provided my Google.
Link : https://github.com/googlesamples/android-WatchFace

Watch Faces for Android Wear

1.     There are some basic terms and mode in android wear. Basic terms are already described in video tutorials but this link is very good for basic description of android watchfaces.
              Link: https://developer.android.com/design/wear/watchfaces.html
2.     Creating watch face step by step with descript of various methods like (Callback , Override )
Link : https://code.tutsplus.com/tutorials/creating-an-android-wear-watch-face--cms-23718
https://catinean.com/2015/03/07/creating-a-watch-face-with-android-wear-api/

3.     Various way to creating watch faces :
https://developer.android.com/training/wearables/watch-faces/index.html

OpenGl ES :
Opengl ES is an another way to create watch faces. openGL is very much known graphic engine where one can create 3D or 2D object easily with lots of animations, lighting, shedding etc. In our project this is important because in our watch faces there are lots of object which we have to draw using openGL.

1.     From Introduction: https://developer.android.com/guide/topics/graphics/opengl.html#choosing-version
2.     Watch face and opengl with their class and methods: https://developer.android.com/reference/android/support/wearable/watchface/package-summary.html
3.     Creating custom watchface using openGl sample with description :
http://androidworks-kea.blogspot.com/2015/02/developers-notes-v-custom-watch-faces.html

Comments

Popular posts from this blog

Marquee Text Android: Using RecyclerView like Ticker

Android Spinner with Dialog Box

Comparison Between SOAP and REST