Pinned content
View all 2 collectionsMobile Development admins have deemed these posts noteworthy.
Android Frequently Asked Questions
Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
AGP 8.13.0: “6 files found with path 'META-INF/LICENSE.md'” error, suggests packagingOptions instead of packaging
React Native Release APK works locally but breaks on Play Store with "undefined is not a function" Apollo Client error
"Hello Android" not working on windows, android studio [stumbling on basic tutorial on android app creation]
How can I resolve the IPA distribution error when uploading it to the Apple store?
Resizing Issues in React Native App on iPad with iOS 26, with Multitasking settings enabled
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
Layout issues opening keyboard
Why does Firebase App Check think that my app is not registered?
HostApduService on Android 16
Recommended answers
View all recommended answersThese answers have been recommended
SwiftUI TextField with number format ignores environment locale
You can create your own view that wraps a TextField. Read the locale from the environment, and set the FormatStyle to that locale manually, // just replace all occurrences of 'TextField' in your code ...
How do I securely share my Uri from SD card with other apps?
Why is it allowed at all? Because FileProvider supports it. What is its purpose in production? To allow FileProvider to serve anything. Unfortunately for me, it's the only way I've managed to ...
SwiftUI List: how to make scrollable background using pattern image?
You can make the background scroll as the lists scrolls: struct ContentView: View { @State private var offset: CGFloat = 0.0 // 👈 1. Store the offset var body: some View { List { ...
How prevent show virtual keyboard in edittext while typing on physical keyboard?
Try edittext.apply { showSoftInputOnFocus = false inputType = InputType.TYPE_NULL }
How to setup different behaviour when dealing with ViewModifier and iOS availability?
The reason why the completion handler is not running, is because the task is only run once, at the beginning of that view's lifecycle (think onAppear). At that time, croppingData is still nil. You ...
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'?
Basics of Kotlin coroutines
Using SwiftData with SwiftUI
Simply submit a proposal, get it approved, and publish it.
See how the process works