Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 0
0 answers
62 views

My goal is to be able to modify compose hierarchy on entering/leaving picture-in-picture mode. If it is in full mode, activity holds the full hierarchy of composables. But if it's not - just a ...
Score of -1
0 answers
118 views

I am developing an Android TV application and I want to access the live video coming from an external set-top box connected to the TV's HDMI port. My setup is: Set-top box → HDMI cable → Xiaomi ...
Score of 0
0 answers
62 views

I'm building a voice assistant Android app combining LiveKit (client-sdk-android) for real time communication with a backend agent, and Android's native SpeechRecognizer for on device speech-to-text. ...
Score of 0
2 answers
145 views

When trying to build my app I run into the following error: > Task :app:processDebugMainManifest FAILED [androidx.compose.material3.adaptive:adaptive-android:1.3.0] C:\Users\Brenden\.gradle\caches\...
Score of 0
0 answers
55 views

The docs say in one place that: ACTION_CREATE_DOCUMENT cannot overwrite an existing file. If your app tries to save a file with the same name, the system appends a number in parentheses at the end of ...
Score of 2
0 answers
92 views

I'm running Android 13. When I run adb shell in a USB connection from my desktop machine to my Android device, the following is the value of the PS1 variable that gets automatically set: ${| ...
Score of 0
0 answers
172 views

After trying out the Delphi 13 trial version for 30 days, I installed the Community Edition once it became available. I had uninstalled the previous version beforehand. Although I selected both ...
Score of 4
2 answers
156 views

How do I have to read and interpret this function-signature? What I don't get is " ... CoroutineScope.() ... ". I know that "() -> Unit" is a type-definition for a lambda. But ...
Score of 0
0 answers
110 views

In the middle of this year, Google introduced a new architecture rolled out first to Pixel developer devices via the stable Android release, with other major smartphone manufacturers adopting it as ...
Score of 2
1 answer
137 views

The Android CLI, which has superseded the sdkmanager, collects statistics by default: Android CLI collects data on basic usage of the tool. How can I disable data collection (also known as telemetry ...
Score of 2
1 answer
163 views

I am trying to run my Flutter project on an Android emulator, but the Gradle build fails before the application starts. Environment Flutter: 3.44.8 (stable) Dart: 3.12.2 Gradle: 8.14 Android Gradle ...
Score of 3
2 answers
204 views

I'm reading some code which isn't mine, and I've found an odd construct I can't puzzle out. The line is: val myViewModel: MyViewModel = viewModel() I can guess (roughly) what this is doing, but I'm ...
Score of -1
0 answers
82 views

I'm building a Wear OS health-monitoring app that must stream vitals (heart rate, SpO2) continuously to a paired phone, including with the screen off, using: PassiveMonitoringClient inside a ...
Score of 1
1 answer
105 views

I have an Android app (Kotlin + Jetpack Compose) with a settings switch that should let the user disable the predictive back animation. The app already opts in globally in the manifest: <...
Score of 0
1 answer
92 views

I just change main layout in "Linear Layout" then button showing behind the App bar and inside the TOP bar/ status bar. How to fix this. code is here <?xml version="1.0" ...

15 30 50 per page
1
2 3 4 5
94264