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
OnnxRuntime SO files does not get packaged in a APK file generated from Xamarin app
Subviews within UIScrollView are being clipped
FPS Locked at 25 Even in Empty Scene
Flutter connection with external API on Raspberry, via tailscale
Remember scroll position when navigating screens of the app
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
Why KVO has no response while the rest of the code seems to work and runs without any error
Expo iOS build crashes when building internal prod build but not with expo run:ios
Question to native Thai iOS developer regarding Thai character line break
Android ContentObserver occasionally fails to find call log entry after call ends (5-10% failure rate)
Android Maui App gives "The RuntimeIdentifier 'android-arm' is invalid" when publishing
Recommended answers
View all recommended answersThese answers have been recommended
How to create custom Generic Subscriber with Combine?
First, your subscriber should request elements from the publisher, func receive(subscription: any Subscription) { self.subscription = subscription subscription.request(.unlimited) // assuming ...
Where using Record Publisher with Combine would be useful?
You are expected to do this "recording" manually. If the recording is synchronous, you can use init(record:). If the recording is asynchronous, you can create a Record.Recording and call ...
Can an Android app access the camera in the background?
Nothing in Android works 24/7. The entire OS is built to not allow that. Background services die in 2 minutes or so. Foreground services last longer, but will still eventually be killed by the ...
Android D8 error after upgrading to SDK 35
As per the Minimum version of tools for Android API level, the highest supported API level for the AGP 7.2.2 that you are using is API 33. As explained there: Using lower versions of Android Studio ...
Accessing files present in assets directory on main thread
Is it ok to access the files present in assets folder on main thread All disk and network I/O should be performed on background threads, so as not to block the main application thread (which powers ...
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