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
Flutter/IOS: What could cause a single user to get a "No route to host" error?
Flutter run stuck on splash screen after configuring flavors
How do I deep link to iOS Settings Page?
Android image view zoom feature
Get Appirater to work with Storekit2 and 2025 versions of IOS such as 18?
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
AVAssetExportSession Fails with "Operation Interrupted" After Merging Audio Segments (iOS Async/Await)
Chrome Remote DevTools Connection Drops after few minutes
Recommended answers
View all recommended answersThese answers have been recommended
Testing library for 16kb page size
Another Google documentation mentions a script named check_elf_alignment.sh which checks all libraries contained in a APK file. However this script only runs on Linux and MacOS. However the ...
Apk sign with both v1 and v2 schema
The APK signature v2 was introduced with Android 7 (API 24). Your project defines minSdk 25 (Andorid 7.1) thus it will never run on platforms that doesn't support APK signature v2. Therefore APK ...
iOS custom Operation for Operation Queue gives warning Class must restate inherited '@unchecked Sendable' conformance
You can do what it suggests, namely add @unchecked Sendable conformance. But when you do that, you are entering a contract ensures that you will implement thread-safe access to any mutable state. In ...
How to wait until async function finish the job and then call it again from non async method?
There are a variety of approaches: Await prior task: @MainActor class CloudAssistant: ObservableObject { static let shared = CloudAssistant() private var previousTask: Task<Void, Error>...
AAC from HLS TS causes clicks when decoded to PCM per segment
But when decoding each TS independently, the result is discontinuous and causes audible artifacts. This is your problem right here: the AAC TS segments are NOT independent. To decode segment N 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