Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
20 views

I have a weird issue. I'm using the DataClient class to transfer data from a phone app to a WearOS app. It was working fine for years, then after the recent upgrade to WearOS 6, onDataChanged in the ...
Kris B's user avatar
  • 3,578
0 votes
1 answer
63 views

I am currently developing an application to access the raw ppg sensor data of Samsung smartwatch that runs with Wear OS and have been in contact with the Samsung development team. They have confirmed ...
Moustafa Medhat Abdelwahap's user avatar
0 votes
1 answer
117 views

I developed a WearOS app which is a companion app for an existing phone app. How should I build, upload and publish the watch app to the Play Store? Some info about the project: The mobile- and watch ...
jojo123's user avatar
  • 17
0 votes
0 answers
43 views

I'm trying to detect when a complication data source is removed... The class "ComplicationDataSourceService" allow me to override the "onComplicationDeactivated", however this ...
dect's user avatar
  • 583
1 vote
1 answer
95 views

I have an Android Wear OS emergency app, which monitors the user and looks out for emergency events. When the app is closed, I use a foreground service, to keep monitoring in the background. This ...
theproductivepickle's user avatar
0 votes
1 answer
69 views

I'm writing a small app for my Pixel watch. I would like to create a tile. I'm using the following function to create the layout. fun tileLayout( context: Context, deviceParameters: DeviceParameters): ...
de11833's user avatar
  • 261
1 vote
0 answers
80 views

I am currently trying to override the physical buttons in wear OS devices. I have tried using Accessibility services. But I am only able to get key logs in emulator. When I tried the same code in a ...
macbmc's user avatar
  • 21
1 vote
0 answers
91 views

I’m building a Workforce Management application on Wear OS. My goal is to implement a kiosk-like mode, where: The user should only be able to access: My application, Its associated tiles, and A custom ...
macbmc's user avatar
  • 21
1 vote
0 answers
49 views

The intent of the code I created is that whenever the data from the Pedometer changes, the data is passed in real-time via the onSensorChanged() function. However, even though data is being collected ...
user27684441's user avatar
1 vote
0 answers
41 views

I am trying to the use facilities of the ComplicationManager in AndroidX, and to do so the Gemini AI engine tells me I need to include the following implementation directive in the dependencies block ...
John Poust's user avatar
0 votes
0 answers
42 views

I'm trying to handle onPause and onResume lifecycle events in a WearOS app. My goal is to trigger these events only when the app is actually minimized/restored (not when the watch screen turns off). ...
pie's user avatar
  • 173
0 votes
0 answers
31 views

This simple wear os app in Kotlin has a round screen with a beam which rotates clockwise with constant speed. By rotating the bezel the beam movement can be accelerated or deaccelerated. In case the ...
Alexander Fedorov's user avatar
1 vote
1 answer
61 views

I've got a WearOS Pixel 3, and my app UI doesn't fit on the screen. Thanks to a lot of help from here and other places, I've figured out how to scroll the UI with both a gesture any by spinning the ...
MikeCalligaro's user avatar
0 votes
0 answers
42 views

I could not find any way to extend the complication types of my app in such a way, so they appear in the selection menu for Samsung's Premium Analogue watch face. The only complications are coming ...
Astronaut's user avatar
0 votes
1 answer
88 views

I am making a simple wearOS app, which counts reps for different exercises in a session. I want to be able to see the different sessions on a mobile app, but I am having trouble figuring out what how ...
theproductivepickle's user avatar
0 votes
0 answers
54 views

I'm developing an standalone alarm app who setup a timer and trigger a notification using AlarmManager. Currently it's already working by triggering simple notifications, but I'm changing it to show ...
Renan Pelogia's user avatar
0 votes
0 answers
56 views

Basically, I am pursuing a really trivial task - setting up a timer, change button to "running", when it fires change button back to "not running". It also should work when the app ...
Anton Tretyakov's user avatar
1 vote
1 answer
269 views

I’m working with the Samsung Health Sensor API (v1.3.0) to collect Inter-Beat Interval (IBI) data from a Galaxy Watch. My goal is to gather IBI samples periodically (e.g., every hour for 10 minutes) ...
Abasin Ab's user avatar
0 votes
1 answer
116 views

I am running Flutter in Android Studio. I have been working on an app for my Samsung Galaxy 7 ultra. I am using the wear_plus package to manage screen shape and size as well as ambient mode. My app ...
Justin's user avatar
  • 1
0 votes
1 answer
57 views

I'm trying to read the number of steps in the last day on Wear OS using Java. My goal is to reward the user if they achieve a certain number of steps. To achieve this I tried using HealthServices. I ...
Andrej's user avatar
  • 3,295
0 votes
0 answers
57 views

I'm currently building a project to enable passive communication using several Flic buttons and Wear OS watches. I currently have an Android app up-and-running where one can scan for new Flic buttons, ...
gitarristjoel's user avatar
1 vote
1 answer
349 views

I am using the latest version of Android Studio. I own a Samsung Galaxy Watch 6 classic and a Samsung S24 ultra (both fully up to date firmware-wise). I coded in Kotlin a Wear OS app for ice skaters. ...
Sébastien Pouy's user avatar
1 vote
0 answers
23 views

I'm new to Android Wear, and I'm working on refreshing complications data every 10 seconds in the Android Complications Sample project. I use the DataStorage class to update the data, and the ...
Lu Li's user avatar
  • 11
0 votes
0 answers
46 views

I am trying to add FHIR to my wearOS app, using Google's Open Health Stack SDK. I have been following this guide: https://google.github.io/android-fhir/use/FEL/Getting-started/ When I add the ...
theproductivepickle's user avatar
0 votes
0 answers
38 views

Is it possible to add scroll bar to VerticalPager ? I can add scrollbar easily with ScalingLazyColumn, but not VerticalPager. There is no documentation given by Google, but app get rejected if no ...
neobie's user avatar
  • 2,920

1
2 3 4 5
64