1,416,908 questions
1
vote
0
answers
22
views
The Android Studio is giving me problem occurred evaluating project ':react-native-reanimated'
I am trying to solve 16 KB page size issue that has occured to my React Native project. I have upgraded my react native to 0.81.0 and updated my reanimated library to something 4.1.x.x. Below is the ...
-1
votes
0
answers
25
views
Expo app stuck on splash screen then Hermes OOM crash (3GB RAM) on both iOS & Android simulators
Problem
When I open my app, splash screen appears a few seconds and then app gives crash. It starts consuming more and more memory as the time pass. After reaching 3GB of ram it gives crash and closes....
0
votes
0
answers
12
views
How to prevent recreation of Activity when Navigation mode changes?
My Activity specifies
android:configChanges=
"keyboard|keyboardHidden|uiMode|orientation|screenLayout|screenSize|smallestScreenSize|navigation"
But still, when the user switches the ...
Tooling
0
votes
0
replies
13
views
how to adjust the NPU (on the Snapdragon 8 Gen 3) frequency and measure npu payload
ENV:
a rooted Android phone equipped with the Snapdragon 8 Gen 3 chip.
Question:
I can adjust the CPU/GPU frequency via sysfs (e.g., `echo xxx > /sys/class/kgsl/kgsl-3d0/devfreq/min_freq`).
Are ...
0
votes
0
answers
23
views
how to Adjust the NPU (on the Snapdragon 8 Gen 3) frequency and measure npu payload [closed]
ENV:
a rooted Android phone equipped with the Snapdragon 8 Gen 3 chip.
Question:
I can adjust the CPU/GPU frequency via sysfs (e.g., echo xxx > /sys/class/kgsl/kgsl-3d0/devfreq/min_freq).
Are there ...
0
votes
0
answers
19
views
Android Auto NavigationTemplate: routing card in top-left corner not showing
I’m implementing an Android Auto navigation app using the Android for Cars App Library in Kotlin.
The app runs on Android Auto and shows the NavigationTemplate with the map, but the routing / maneuver ...
1
vote
0
answers
24
views
rounded_cornder_radius dose not work in Android15?
i wan't to set screen corner to 19px ,so I modify "rounded_cornder"_radius to 19px , but in fact, screen corner radius is smaller than 10px ;
like this :
frameowkrs/base/core/res/res/values....
0
votes
0
answers
30
views
When using Material 3's Dynamic Color feature, almost all text in my app becomes too faded
My goal is to make text with Dynamic Color enabled more bright and readable, like how it looks without the Dynamic Color. I know that I can set text color programmatically, but this is an approach, ...
0
votes
0
answers
35
views
Navigation sound at start sometimes missing
Please check for me if the code is correct, the function call position is reasonable.
Because there is currently a problem that the navigation sound when starting Navigation is sometimes absent.
...
1
vote
0
answers
72
views
Android 15 & 16 - 3 Button Navigation - Icon Color Problem
Is there a way to change the icon color of the 3-button navigation bar on Android 15 & 16? I’ve already changed the background color of the status bar, the icon color of the status bar, and the ...
-1
votes
1
answer
40
views
I'm trying to display a SnackBar using GetX in Flutter, but it is not showing. What could be the reason, and how can I fix it?
Get.snackbar(
easy.tr("missing_information"),
easy.tr("enter_email_password"),
backgroundColor: AppColors.redColor,
colorText: AppColors.whitetextColor,
snackPosition: ...
Best practices
0
votes
0
replies
41
views
Providing System Services through DI
I’m using Koin for dependency injection in an Android app, and I want to provide BluetoothManager through DI.
Right now, I have a module like this:
val bluetoothModule = module {
single<...
0
votes
0
answers
29
views
Android shared library build using NDK leads to loading failure
I'm working on a bluetooth library. This library is used by the service at runtime to talk to the controller.
The service binary is built in AOSP env with soong.
The library i have is generally logic ...
0
votes
0
answers
52
views
React Navigation: "Nested NavigationContainer" error and app stuck on loading screen
System:
OS: macOS 15.7.2
CPU: (24) arm64 Apple M2 Ultra
Memory: 133.40 GB / 192.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.20.8
path: /Users/u/.nvm/versions/node/...
0
votes
1
answer
47
views
How to properly highlight text in expo?
I would like to highlight a multiline text in a expo app by changing the text's background color. there i can like the image highlight color.
my code:
import HighlightText from &...