Questions tagged [android-wear-2.0]

Second generation of Google's operating system for smart wearable devices, based on the Android platform.

Android Wear 2.0 is the second generation of Google's operating system for smart wearable devices like wrist watches. It's an extension of , and was released in Spring 2017.

Notable features include a redesign of the system UI, standalone applications, voice recognition using Google Assistant, the addition of watch face complications, and updates to Google Fit.

225 questions
0
votes
2 answers

Request timeout in Google Fit - Android wear 2.0

I have a problem with getting google fit data on Android Wear 2.0. My requests are getting TIMEOUT response. If the await() method has no parameters, there is no response (the await() method did not returned). Any clues whats wrong? App uses Google…
promanowicz
  • 399
  • 2
  • 10
0
votes
1 answer

how to apply different styles to views for round & square watches inside BoxInsetLayout?

I am using LinearLayout inside BoxInsetLayout and required to have gravity center for round face & left for square face. It's possible with WatchViewStub but i have to use BoxInsetLayout. so is there way we can apply 2 different styles for each…
Sanket Kachhela
  • 10,861
  • 8
  • 50
  • 75
0
votes
2 answers

WearableListView with custom WearableListItemLayout don't show content

I'm learning about Android Wear and I have to do a listView with custom layout. I have this code for each item view of ListView with linearLayout.
Igor Ronner
  • 1,565
  • 2
  • 14
  • 31
0
votes
1 answer

Android Wear 2.0 setting a complication to TYPE_EMPTY

Is there currently a way to call/set a complication's type to TYPE_EMPTY based on its id? I know which complication I want to basically "turn off" or set to TYPE_EMPTY and when I want to, but I am not sure how to access the internal complication…
Chris Code
  • 53
  • 1
  • 8
0
votes
1 answer

Watch Face Complication chooser never showed

I'm trying to implement complication support for my watch. Here's my AndroidManifest.
0
votes
1 answer

Multiple complications in a Android Wear 2.0 watchface

How do you add 3 or more complications in your watch face? Does the name of the complication ids matter? I know how to have 2…
A.L
  • 112
  • 9
0
votes
1 answer

Android wear 2.0 - SIP API support

I wrote SIP client to register my phone, and make and receive SIP calls. I am able to successfully implement it in Android phones. But the ultimate aim is, I need to implement this for Android watches using Android wear 2.0. Before flashing the…
praneel
  • 241
  • 2
  • 14
0
votes
1 answer

Android wear 1.x vs Android wear 2.0

I want to create an app in Android wear app, standalone watch app. Initially, I read somewhere that watch apps are not meant to do most intensive work. Like how it looks very tiny, the functionality within it must be simpler. This is my thought as…
praneel
  • 241
  • 2
  • 14
0
votes
1 answer

Is there a styles API for Android Wear 2.0?

I'm checking out the new Android Wear 2.0 developer preview. Now I know that the complication API is going to be public, but one thing I've noticed is that on the Google default watchface: Elements Analog, there is also a styles menu under settings…
Tim Kranen
  • 4,202
  • 4
  • 26
  • 49
0
votes
1 answer

Remove empty top region from wearablelistview

I just started fiddling with android wear sdk . I created a list and found out that it normally renders with a top empty region. I need that removed, but I couldn't find anything on it .
Muhammad Ahmed AbuTalib
  • 4,080
  • 4
  • 36
  • 59
-1
votes
1 answer

Wear2.0 HCE service not run

I tried to use this example for huawei watch2.0, but HCE service did not run. Do watch really support HCE? example:https://github.com/googlesamples/android-CardEmulation
-1
votes
1 answer

wear OS - http post from smartwatch

I want to create android application for smartwatch with a cellular internet connection that send HTTP post to a server. What android version support should i have? I saw that android 5.1 support cellular network but in Wikipedia it written that…
Gilad
  • 29
  • 7
-1
votes
1 answer

Handling change of a timezone in a watch face

If you take a look at Google's example of an analog watch face you can see that they are handling timezone change using BroadcastReceiver. In documentation, it says that onTimeTick will be triggered by timezone change. Would it be enough to just…
Vladimir Jovanović
  • 2,261
  • 2
  • 24
  • 43
-1
votes
1 answer

Accessing Phone app with Android Wear

I have an app that I would like to add android wear support to. I want to be able to access data from the phone on the watch and have the watch just act as a different activity that still uses the classes and methods I have in the phone app so I can…
-1
votes
1 answer

Android Wear: MainActivity cannot be cast to com.google.android.gms.location.LocationListener

I am trying to get my Android Wear 2.0 device's location, using the example here. I have imported: com.google.android.gms.location.LocationListener com.google.android.gms.location.LocationRequest com.google.android.gms.location.LocationServices But…
user7471684
1 2 3
14
15