Wearable devices are smart devices that are worn on the skin or close to the skin with the aim to detect signals from the body (e.g. Blood Pressure, Heart Rate, Body Temperature, etc.) and/or detect parameters in the environment (e.g. humidity, temperature, etc.) surrounding the part where the device is worn.
Questions tagged [wearables]
106 questions
1
vote
0 answers
how do I make a rectangular progress bar that moves around a rectangular screen of a wearable device?
I want to make a custom progress bar that is rectangular in shape. meaning Similar to how we can make a round or circular progress bar that can fit on a round screen of a wearable device, I want one that can fit on a rectangular or square watch…

Mohamed El Kayal
- 179
- 12
1
vote
0 answers
Wear OS - Current Play Store version can't see my app but old play store version can see my app?
I'm confused because my Wear OS app is not visible in the Play Store on my smartwatch if it is on the latest version but when I delete all updates for the Play Store, the old Play Store version can find my app under the point "Apps on your…

F.M.
- 630
- 1
- 5
- 18
1
vote
1 answer
Can we Add a confirmation Screen on Android Wear, before user exits the app by swiping right on the main screen, if yes, how?
I am using this link 1 to detect the swiping right on my main activity and using this link 2 to put the alertbuilder in the event Handler.
Link 1: Android: How to handle right to left swipe gestures
Link2: How can I put "Are you sure you want to…

harsh grover
- 51
- 7
1
vote
1 answer
Using Axios in HarmonyOS JS Framework for Wearables
I'm using HarmonyOs to create a (not lite) Wearable App. I want to use Axios to send requests to my server.
I was able to install the package with npm install axios and import it on the page I want to use it.
The problem I'm facing is that the whole…

Daniel
- 611
- 8
- 20
1
vote
1 answer
Can all HarmonyOS JS UI Framework styles be dynamically set?
I'm using the HarmonyOS JS UI Framework to develop a Wearable app (not lite-wearable).
I'm trying to change the border-color of a button but it does not want to react to the changing variable. I followed the documentation here.
The HML file

Daniel
- 611
- 8
- 20
1
vote
1 answer
How do I send data from an android wearable device to a phone in the form of a a simple text file containing data?
I have a wearable app. The app after it finishes has data like time/date, UUID, Geo location, parameters selected displayed in front of me like a Data Report or Log in several TextViews underneath each other. Like a list. I want this data to be…

Mohamed El Kayal
- 179
- 12
1
vote
0 answers
GPS coordinates (Latitude and longitude) are not displaying in my textview
I've been following 2 tutorials and neither ones have worked, I made sure I had the permission and dependencies added.
This is my code:
@Override
protected void onCreate(Bundle savedInstanceState) {
…

Mohamed El Kayal
- 179
- 12
1
vote
0 answers
How to create an adaptor to a Wearable Recycler View?
I want to create an adapter for a WearableRecyclerView for my wearable app, I read that it is necessary otherwise you can't create a curved circular menu. All the things I see are for the RecyclerView on mobile phones, my question is how do you do…

Mohamed El Kayal
- 179
- 12
1
vote
0 answers
Wear OS Heart Rate tracker
I want to write a program for Wear OS that records the heart rate daily every 30 minute and store this data in txt file. I tried to use Job Scheduler but it isn't working constantly. In fact it works only once. Which service or API do I have to use…

Piotr Narecki
- 11
- 1
1
vote
2 answers
Android wear can´t send message to phone
I been following this tutorial to send a message from an Android wear to an Android phone, but it is not working. This is my code:
Wear
To start with the Minifest, I implemented the google play services metadata, like this:

maro01507
- 13
- 3
1
vote
0 answers
send message from gear to phone error tizen
hi guys i'm trying to send a message from gear to android phone i used the hello message sample provided by tizen but the fetch button is not doing anything
i also tried hello accessory sample and it's working without any error but no message is…

Alaa
- 11
- 1
1
vote
1 answer
How can I access the heart rate sensor of my Huawei Watch 2 if it is not an original Huawei Sensor?
I bought a Huawei Watch 2 because I'm working on an app that reads steps and heart rate.
Before opting for the Google Fitness API, I wanted to try accessing raw data directly from the watch sensors.
The heart rate sensor doesn't seem to be working…

Elisa
- 13
- 1
- 4
1
vote
2 answers
Is there a common communication protocol between smartwatches and Android phones?
I am very unhappy with my Fossil Q hybrid watch (no screen, tracks activity & sleep and button functions) but honestly it looks good. The app keeps crashing though. I would like to make my own Android app to extract all kinds of data (for future…

Saren Tasciyan
- 454
- 4
- 15
1
vote
0 answers
Use cordova plugin on ionic 3 app (cordova-androidwear)
I have an ionic 3 app who shown markers on a map. But now I have a new request for the app to port it to wereable devices (Android wear and Apple watch). Show the markers in a map on the watch and some info...
After a lot of search and any questions…

Sergio
- 33
- 5
1
vote
1 answer
Garmin app steps, activity and sleep data
I want to develop an app for my own Garmin Vivo active 3 music for this I need to access the live/current data of steps and sleep from my own watch, is there a way I can get an access to this data and create a callback when a certain event is…

udit gupta
- 81
- 3