Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
1 replies
38 views

I’m building a mobile navigation app (android) for blind users. Two core features needed: real-time detection of outdoor objects (cars, benches, curbs, stairs, pedestrians) on the phone camera. a ...
Mays Al-reem's user avatar
0 votes
0 answers
43 views

I use a standard EmptyActivity project in Android Studio with the following code added in the MainActivity.kt: override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(...
ryan139's user avatar
0 votes
1 answer
53 views

I'm using bottom sheet dialog fragment with this layout. <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/...
jaroos's user avatar
  • 53
0 votes
0 answers
57 views

I am building a chat app for learning android dev using Kotlin and Jetpack Compose. I am trying to exit extractmode (Landscape + KeyboardVisible) smoothly. But having a keyboad going down and ...
Meraj Hossen Akib 's user avatar
0 votes
0 answers
18 views

There's a confusion regarding android.permission.WAKE_LOCK in my Android app. My source code and AndroidManifest.xml do not contain WAKE_LOCK but when I build the APK and decompile it the permission ...
Dilum Jayasinghe's user avatar
-4 votes
0 answers
52 views

I'm facing with that error in sync of my projects. I've not changed anything from yesterday. Anyone know how and why? I'm using that library on my toml: firebase = "2.1.0" firebase-...
DoctorWho's user avatar
  • 1,150
Best practices
0 votes
0 replies
42 views

I’m looking for simple, commonly used techniques to reduce memory usage in a React Native app. One example I’m already using is avoiding unnecessary screen instances in React Navigation (e.g. using ...
Sunii's user avatar
  • 21
0 votes
1 answer
50 views

I’m working on a Flutter app that uses Bluetooth Serial (flutter_bluetooth_serial). When I run the app in debug mode with flutter run, everything works fine. However, when I build the release APK ...
zainab Atwa's user avatar
0 votes
0 answers
57 views

I’m seeing a native crash (SIGABRT) on arm64-v8a devices in a React Native Android app on Android 15 and 16. The crash originates from libfbjni.so while executing facebook::jni::JNativeRunnable::run()....
Mitesh Pithadiya's user avatar
0 votes
0 answers
40 views

I am experiencing an issue with Social Share in Ionic Native. I want to share an image along with a text description. However, when sharing to WhatsApp with an image preview, the text description does ...
Miumicream's user avatar
2 votes
1 answer
74 views

I have this in my composable: val context = LocalContext.current val credentialManager = CredentialManager.create(context) Button( onClick = { CoroutineScope(Dispatchers.IO).launch { ...
Ajay Satpati's user avatar
-1 votes
0 answers
46 views

In the logs of my Android Java application I see tons of debug messages "AutofillManager: view not autofillable - not passing ime action check". Uhm - yes - pardon? Is there a way to find ...
mmo's user avatar
  • 4,408
1 vote
1 answer
48 views

I installed the LiqPay SDK according to the instructions from GitHub: Download the project as a .zip file, which contains the repo folder with the library and its transitive dependencies. Add the ...
Максим's user avatar
2 votes
0 answers
52 views

I am developing an Android companion app (using Flutter with native Kotlin) that needs to connect to a specific Wi-Fi Direct device. The Issue: On Android 14 (specifically Vivo device), wifiP2pManager....
shubh's user avatar
  • 21
0 votes
1 answer
100 views

I have a heavily modified text field that I use clearAndSetSemantics to completely override the TalkBack for. But I still want it to read the general instructions for how to interact with the field. ...
Kake_Fisk's user avatar
  • 1,175

15 30 50 per page
1
2 3 4 5
94443