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
cordova‑ios 8.0.0 cannot lock orientation on iPadOS 26 (UIScene vs AppDelegate behaviour)
Wired issue in safari keep flickering (flash whites fo ever)
Migrate local data from TWA/PWA in Android to WebView / CapacitorJS
This video is unavilable | Error code: 152 - 4
Unity Android: AudioSource.Play() works in Editor but no sound until first screen tap on device
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
Webview content flickering
Hide dictation (microphone) button in custom iOS keyboard extension
Recommended answers
View all recommended answersThese answers have been recommended
Best practice to reset third-party app sessions on Android TV after hotel guest checkout?
Create a new guest account when the room is rented. Then delete that guest account on logout. Should take all their data with it.A device policy controller can create accounts.
How can I build my own offline text recognition library like Google ML Kit that gives text and bounding boxes, but supports my own custom language?
What you're asking for requires deep understanding of image processing and neural networks. You need a college course, not a question here.
Is there a secure way to upload AAB file without sharing keystore on Indus Appstore?
Indus app store supports upload APK, AAB or APKS. If you don't want to share the signing key with Indus you have to sign the APK file(s) locally, thus APK or APKS format have to be used. If you want ...
How to call a function from a Button in Swift
Note that in your sample code, you use the selector name buttonTap in your call to addTarget:action:for: and then your IBAction method is called tapButton. Also you need the @objc tag on the method ...
How can I get a reliable list of the most common physical mobile screen resolutions
Just google the sizes of the flagship devices for the top N manufacturers. There is no database like you're hoping for, but you can get the info with a bit of research. Or better yet if you have a ...
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 can I 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