Questions tagged [wear-os]

Wear OS is an operating system extended from the Android platform that powers a new generation of wearable devices.

Wear OS (formally known as Wear OS by Google) extends the platform to a new generation of wearable devices like SmartWatches (wrist watches) and SmartBands. Wear OS lets you create wearable experiences for your existing Android apps that can be used without taking your phone out of your pocket.

The operating system was first announced by Google in March 2014 as Android Wear. In 2018 it was rebranded to Wear OS by Google.

Google defines Wear OS as:

Small, powerful devices, worn on the body. Useful information when you need it most. Intelligent answers to spoken questions. Tools to help reach fitness goals. Your key to a multiscreen world.

Developers can build everything from a completely standalone application (i.e. no need for the wearable to be paired with a phone), to an extended phone experience on your wrist, to custom watch faces.

The operating system supports a wide range of features (some also available in Android, some exclusive to Wear OS), such as:

  • Google Assistant
  • Heart Rate Monitor
  • GPS & Accelerometer
  • Voice input
  • Gesture controls
  • Notifications from a paired phone (or the wearable itself)
  • Complications API

Note: Google Glass has its own tag , although it's also a wearable device.


External Links

3009 questions
1
vote
2 answers

Full screen background image size for android wear

What pixel size should I draw images to be set on background for android wear watches? My Moto 360 seems to have 240dp in hdpi. I would like to know about other watches.
awonderer
  • 665
  • 9
  • 26
1
vote
1 answer

Data Transfer from Andread Wear Watch to phone via bluetooth

I'm currently trying to send a textfile from the wearable (MOTO 360 Android 5.1.1) to my phone (Moto X Android 4.4.4) via bluetooth, but when i execute the "onSendToPhone" method I get the following error message on the watch: No application can…
BitWeaseL
  • 11
  • 2
1
vote
1 answer

Compass on a watch face on Android wear

I am trying to implement a compass in my watch face, but i have troubles from the very beginning. public class SensorActivity extends Activity implements SensorEventListener { private final SensorManager mSensorManager; private final…
Catalin
  • 37
  • 5
1
vote
2 answers

GCM in Android wearable

Can we create an app that will receive push notification from a server, like in Phones and Glass Since we have WiFi enabled Watches available now, we can connect to internet, but does it support push from external entity(Server)?
rahul
  • 2,758
  • 5
  • 32
  • 53
1
vote
1 answer

ClassNotFound when starting app

I am trying to create an app for android wear but I get this error as soon as the app starts. Process: com.demo.wear, PID: 20332 java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.demo.wear/com.demo.wear.ui.WishesActivity}:…
Daniele Vitali
  • 3,848
  • 8
  • 48
  • 71
1
vote
1 answer

android wear watch face hands

It's the first time doing a watch face for android wear so i still don't know lots of things but i am trying. So i am using the android wear watch face api and i set the background i wanted but i am having troubles with the watch hands. All the…
Catalin
  • 37
  • 5
1
vote
0 answers

I am trying to create an android wear watch face. but i am getting an error i can't solve

Resources resources = MyWatchFace.this.getResources(); Drawable backgroundDrawable= resources.getDrawable(R.drawable.face1, null); mBackgroundBitmap=((BitmapDrawable)backgroundDrawable).getBitmap(); I am getting an error when I run…
Catalin
  • 37
  • 5
1
vote
1 answer

Android Wear RemoteControlClient add Like Button

I am developing an App that has a lock screen widget where it has a play, pause, prev and next. When I connect my phone to an Android wear, it automatically shows this buttons and it works fine. I would like to add a "Like" button that would…
Ziad Halabi
  • 964
  • 11
  • 31
1
vote
1 answer

CardFragment not showing in FragmentGridPagerAdapter - Android Wear

I am trying to make a simple GridPager with Android Wear. The problem is that I can swipe through different rows and columns but the card is not visible.. Besides I get this warning in the log: 06-16 07:49:55.883 1739-1739/ W/GridViewPager﹕…
Sjaak Rusma
  • 1,424
  • 3
  • 23
  • 36
1
vote
2 answers

MeteorJS On Watch OS

Is it possible to get a MeteorJS app onto a watch OS? I'm asking related to either Apples or the Android version. After googling around, I think the android version can support a browser, but the apple watch doesn't (at least not if you don't…
X0r0N
  • 1,816
  • 6
  • 29
  • 50
1
vote
0 answers

Can I use android wear voice reply without using notificationcompat.builder?

I want to use the voice reply in android on button click on one of my page in android wear app. I have seen all the help on net, but it is saying that I need to create a notification only if I have to use voice reply. One of the code that I referred…
1
vote
0 answers

Crosswalk Chomium API : Blank View on Wear

as android Wear doesn't support webview i'm trying to use chromium with Crosswalk api xWalkWebView. But when i try to load an MHT file on wear the screen stays blank and i'm getting the following log (FYI same file is working fine on phone's…
1
vote
0 answers

Displaying a confirmation screen from notification action on Android Wear

I'm trying to display a confirmation screen on Android Wear after an action has been selected. The action has been added using the WearableExtender as outlined in this article. There seems to be a setConfirmLabel(CharSequence label) method inside…
powerobot
  • 11
  • 2
1
vote
1 answer

There is no default constructor available in com.marlonjones.nimbus.WeatherWatchFaceService.WeatherWatchFaceEngine

I looked several places, including on here and the answers I found did not help. I also looked through the code of the template that I am using and did not see where I went wrong, so I am sorry if this seems like a bad question. But I am making a…
pancodemakes
  • 564
  • 7
  • 26
1
vote
2 answers

How to support new ambient mode in android wear?

Since last update Android Wear has a new feature - the always-on mode. This means that the Android Wear device doesn’t turn off the screen; it changes to the ambient mode to save battery and keeps certain apps running in the background. How exactly…
Andrew F
  • 1,712
  • 2
  • 15
  • 24
1 2 3
99
100