1,415,086 questions
1
vote
1
answer
14
views
How to import Room into Android Studio correctly?
I am having problems importing Room into Android Studio correctly. I created a little Counter App, in which the count should be stored in a database. My files for importing Room are:
build.gradle.kts ...
0
votes
1
answer
19
views
How to open Android app if installed, otherwise redirect to Google Play (no JavaScript)
I’d like to add a button to my Android app that acts as a link to another app. If the user has already downloaded it, the app launches; otherwise, it opens the Google Play Store with that app listed. ...
Advice
0
votes
1
replies
24
views
New Beginner starting in flutter advice needed
I have started with dart and learnt basics and started with flutter ui and done with basic components, I am at ground zero I don't know what to do next ,what people do to become a professional ...
Tooling
0
votes
2
replies
28
views
Problems with emulator in android studio
How can I fix the internet connection on my Android Studio emulator?
I have problems with internet connection on Android Studio I try a lot solutions and all failure. Really I need yours helps. As I ...
-2
votes
1
answer
51
views
Running Play Integrity/App Attest flow before new user signs up to your app
Flow:
User enters credentials to sign up for your app
Front end calls backend to get a nonce/challenge
Front end generates token from device and send to Google/Apple servers for validation token
...
Best practices
0
votes
1
replies
32
views
Same Room db from Remote Service and Activity
I wonder if it is okay to use the same Room db in Activity and Remote Service.
Since the Service is remote it resides in a separate process. Is it okay to open the same sqlite db file simultaneously ...
-3
votes
0
answers
64
views
Flutter local notifications work in debug but not in release APK (app closes / notifications not triggering)
Description
I’m building a Flutter productivity app that helps users stay focused by tracking sessions and scheduling task reminders using local notifications.
App Overview
Users can create tasks ...
Advice
0
votes
2
replies
48
views
What is the role of Android SDK Build Tools in AGP builds if AAPT2, D8, and R8 are distributed via Maven?
Why does running gradle assembleDebug cause Android SDK Build Tools (e.g. build-tools;36.0.0) to be downloaded if they are missing, even though modern Android Gradle Plugin (AGP) versions use Maven ...
Advice
0
votes
1
replies
72
views
How to add clickable button for code section in for Markdown on Android Compose?
I use a halilibo Composable to render Markdown text:
build.gradle:
implementation 'com.halilibo.compose-richtext:richtext-ui-material3:1.0.0-alpha02'
implementation 'com.halilibo.compose-richtext:...
Best practices
0
votes
1
replies
84
views
55% thorught Elecctron want to create specific for mobile
im a fresher Bscit student creating an managment tool application , for a company using antigravity, in halfway through the application but when i was looking for deployement , noticed electron in ...
0
votes
0
answers
55
views
Flutter TextField keyboard immediately dismisses on Android 16 Beta / OxygenOS 16
I am experiencing a critical issue where the soft keyboard immediately dismisses (within ~200ms) after a user taps a TextField. This prevents any text input and effectively blocks the user flow.
The ...
Best practices
0
votes
7
replies
72
views
Creating an M3U file with Avalonia cross-platform (Windows and Android)
I cannot get my head around this and Google hasn't given me the right answer either (or it is so plain obvious that I keep missing it).
I'm trying to create an M3U file of music files on the system in ...
-1
votes
0
answers
76
views
UDP transmission Not working in new phone but working in old one
I am new in Android. I made an app that controls a WROOM-02 board containing an esp8266 microcontroller in AP mode. I am using the WROOM module as it comes, with the original AT firmware. I could make ...
Advice
0
votes
4
replies
86
views
Hi , I'm confused whether I should make my app paid or fremium
I have built an app where there are ample offline / non-ai features and ai subscription based features. Im not very confident with the ai features, they are good , but Im no really confident on ...
1
vote
2
answers
94
views
How to get a directory Uri from a DocumentFile for EXTRA_INITIAL_URI?
My application has user pick a public directory (with Intent.ACTION_OPEN_DOCUMENT_TREE) to make a directory to save files that can be later extracted from the device. I also want to persist the path ...