8 questions
0
votes
1
answer
115
views
Android Wear_OS 5, always-on and ambient mode
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 ...
0
votes
0
answers
77
views
How to add a time countdown that looks like the default Android clock app in AOD mode by react-native?
I'm going to create a Pomodoro timer app but I want my time countdown display in AOD mode to look like the default Android clock app.
I will use react-native to create this app but I can't find any ...
0
votes
1
answer
2k
views
How do I keep the screen on in any activity or fragment in my App by using kotlin?
I wanted to keep the light of my app's screen always on when I go to a certain activity or fragment, but I can't do that.
1
vote
0
answers
2k
views
How is a Always on Display for Android coded?
My smartphone (Samsung A21s) doesn't supoort the AOD of Samsung. So i tested several apps from the Play store. But I want an app,so i decided to code my own app, which allows me to choose my own ...
0
votes
1
answer
509
views
Android, Wear OS. Detect Always-On-Display is on/off
I'm trying to understand how you can determine that Always-On-Display mode is on/off. Before starting my process, I must know whether this option is selected in advance in the device's system menu. In ...
0
votes
1
answer
350
views
Toggling Animation based on Apple Watch's Always On Scenen Phase not working as expected?
I may be doing something wrong, but following Apple's Docs for how to pause animation to support Always On in WatchOS 8, with the code below my animation will pause correctly when the the scene phase ...
1
vote
1
answer
275
views
WearOS always-on mode not working on device
I'm new to WearOS, I need to develop an activity tracking application. I'm starting from the example provided by Google for Always-on applications. In the emulator everything works fine as can be seen ...
1
vote
1
answer
1k
views
Detect Always-On Display when trying to determine if the screen is off
I'm trying to figure out how to detect if the Display is Off on Android and I have a feeling that the Always-On Display on my S10 is affecting my results.
Currently, I'm using the logic found in ...