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
RealityKit hitTest gives wrong result when changing field of view
Android/iOS P2P HOW? LAN and/or data (complete newbie)
Android: Filter CardViews in RecyclerView with Room DAO
package appears to be invalid: Attempt to read from field 'java.lang.String android.content.pm.PackageInfo.packageName' on a null object reference
Can't get permissions for COARSE and FINE Location on Android, target SDK 33
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?
How to create more than 5 tabs in UITabBar on iOS 26
Strange behaviour running iOS ReactNative app on Expo SDK 54
How to create AVD from command line using a hardware profile?
Recommended answers
View all recommended answersThese answers have been recommended
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 ...
SwiftUI Menu with glassEffect button shows rectangular artifact on dismiss
A Menu is already a Button that, when tapped, opens a menu. It does not need another Button as its label. That button's action would not be triggered in any case. You should just use a Text as the ...
iOS 26 - Liquid Glass with custom UITabBarController
For some reason, Apple only allows the search item to be separated. So you have to pass the .search case as the systemItem of the tabBarItem: tabBarItem = UITabBarItem(tabBarSystemItem: .search, tag: ...
How i navigate from email message to my Jetpack compose app?
It is possible that the mail client on the Android device is simply blocking custom URL schemes, so that it doesn't recognize your myspotify scheme. In this case you can try using an "Intent URL&...
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