Pinned Bulletins
View all 1 bulletinsMobile Development has some news to share
Pinned content
View all 2 collectionsMobile Development admins have deemed these posts noteworthy.
iOS Frequently Asked Questions
Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
Godot Android program crash without logs
combining multiple mutablestates
Webview as overlay in Broadcast Upload extension
Synthesize & play audio tones on android
Is it possible to display a 3d path using latitude, longitude and altitude on a map?
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
How to keep drag preview exactly the same as original item?
How to test with Espresso if the popup of an AutoCompleteTextView is open or not in my Android activity
Debugging MAUI issues from android playstore Crash details stacks
How to update Room database entry through UI?
Setting the app langauge and sending to firebase config always using the device system language
Recommended answers
View all recommended answersThese answers have been recommended
ussd reader in Recket Native module
Edited from original answer: It turns out they added support in Android 26 to make a USSD call. The function is TelephonyManager.sendUssdRequest. It does not exist on devices older than 26. And ...
How to read new child from firebase in an android app?
It looks like you use push to add children to Data, which means you can use this approach to get only the most recently added child node: dbReference = db.getReference("Data"); Query query = ...
Change file permsission on Android app programmatically
You do not have rights to that file, and so you do not have rights to change the permissions of that file. A file in Documents/ can only be accessed by the app that created the file, and only for the ...
Turn on(Enable) GPS programmatically in flutter - android
You can't, for security reasons. Only the user can enable or disable GPS, so the user can protect his privacy from apps. All you can do is check if it's enabled, and ask the user to turn it on ...
How to Automatically Generate IDs in Kotlin with Firebase?
When you're using FieldValue.arrayUnion(guest) it means that you try to add a new element inside an array. Those numbers 0 and 1 are actually indexes, more precisely, the first and the second index of ...
See what's trending
View all trending questionsThese are the most active questions in Mobile Development Collective
How can I close/hide the Android soft keyboard programmatically?
Why is the Android emulator so slow? How can we speed up the Android emulator?
What is the difference between px, dip, dp, and sp?
How to stop EditText from gaining focus when an activity starts in Android?
How can I fix 'android.os.NetworkOnMainThreadException'?
Using SwiftData with SwiftUI
Simply submit a proposal, get it approved, and publish it.
See how the process works