- The Android Game Developer's Handbook
- Avisekhar Roy
- 452字
- 2021-07-14 10:28:56
Exploring Android watches
In the smart era of technology, it was expected that every possible gadget would work smarter. Wristwatches were no exception. The type of watches changed from analog to digital, and now to purely computerized smartwatches. Being a very flexible open source operating system, Android is one of the most favorite option for smartwatches (image source: http://photos.appleinsidercdn.com/bigger-wimm-130830.jpg):

From the very early versions, Android watches were well capable of playing games, thus entering the game development domain. Advanced devices are as good as small computers. They consist of the Internet, sensors, cameras, Bluetooth, Wi-Fi, speakers, card slots, and have many more features.
Like other computers, a smartwatch may collect information from internal or external sensors. It may control, or retrieve data from, other instruments or computers. It may support wireless technologies like Bluetooth, Wi-Fi, and GPS. However, it is possible that a "wristwatch computer" may just serve as a frontend for a remote system, as in the case of watches utilizing cellular technology or Wi-Fi.
Android Wear was first announced on March 18, 2014 by Google. At the same time, many manufacturers of electronic gadgets were announced as partners of Android Wear. These companies include Samsung, Motorola, LG, HTC, ASUS, and others.
In December 2014, the operating system was upgraded to Android 5.0 (Lollipop). We can see a series of Android Watch releases around this period of time. LG started shipping LG G Watch, Motorola announced Moto 360, and ASUS released ZenWatch.
The latest advanced watches offer a set of attractive features. Users can find directions by voice from the phone, choose a transport mode, including a bike, and start a journey. While travelling, the watch shows directions, and will actually use tactile interaction to indicate turns by feel, helping the wearer travel without looking at a phone, or even the watch screen. Users can use their Android Wear watch to control their phone. Music can be requested (for instance, "OK Google, play the Rolling Stones"). The screen then shows a card for play-control, volume, skip, and media images, and music can be controlled from the wrist with the user free to move around.
Let's look at a few specifications of Android wearable devices. First, the LG G Watch:

This configuration does not exist anymore in the market, but users do. So while making a game for an Android wearable, the developer should take into account these configurations as well.
Android wearable manufacturers are also upgrading their devices with massive hardware changes. Now let's have look at the evolution of devices by comparing two releases:

We can observe a huge boost in terms of technical and hardware upgradation here. This is how the market is growing, and the applications as well.
- TypeScript入門與實(shí)戰(zhàn)
- TypeScript Blueprints
- Java 開發(fā)從入門到精通(第2版)
- Vue.js入門與商城開發(fā)實(shí)戰(zhàn)
- Hands-On Reinforcement Learning with Python
- Clojure Reactive Programming
- 微服務(wù)架構(gòu)深度解析:原理、實(shí)踐與進(jìn)階
- NGINX Cookbook
- Creating Stunning Dashboards with QlikView
- Unity 5.X從入門到精通
- 實(shí)驗(yàn)編程:PsychoPy從入門到精通
- Android初級(jí)應(yīng)用開發(fā)
- Kohana 3.0 Beginner's Guide
- Implementing Splunk(Second Edition)
- Scala實(shí)用指南