Pinned content
View all 2 collectionsMobile Development admins have deemed these posts noteworthy.
iOS Frequently Asked Questions
Android Frequently Asked Questions
Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
how to set Kotlin WebView's keyboard to work properly?
After upgrade to flutter 3.27 app redirect to not found page on IOS release only
Why are the probabilities always the same with MobileNet V2 model (mobilenet_v2_1.4_224.tflite)?
iOS and Focus on Search Form on a Webpage: Unwanted Enlargement of the whole page
UITextView in input bar does not stay attached to keyboard after dismissal
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
Streaming screen record from WebRTC app - route audio to internal
In iOS, Change accessibility text of a UIView element based on the focus direction
How to check if a SCNNode's geometry is visible and not obstructed by other nodes in SceneKit?
Android management API onboard a device error
android studio getting Caused by: org.bouncycastle.openssl.PEMException: malformed sequence in RSA private key when trying to run test
Recommended answers
View all recommended answersThese answers have been recommended
What happens when retroactive conformance actually conflict in Swift
When Apple introduces the Equatable conformance, it will be undefined behaviour. From the Swift Evolution proposal, Now that this client has declared this conformance, if Foundation decides to add ...
Parsing JSON in Swift Error: Expected to decode Array<Any> but found a dictionary instead
OrderedDictionary (from swift-collections presumably) is expected to be decoded from a JSON like this: [ "key1", "value1", "key2", "value2" ] ...
Can exceptions be used to handle network errors? [closed]
Those libraries do use exception. Particularly retrofit, it will throw an exception on a network failure. As does the OkHTTP library that RetroFit is built on. So yes, it's ok to send an exception. ...
iOS SwiftUI Image copy after applying effects
The modifiers you added to image1 doesn't change what "image1" means. image1 still refers to the original image. You should pass the whole image1.resizable().scaleEffect(1.5)... expression, ...
Struggling with async/await: Fetching an image off the main thread while updating UI [closed]
I know this was answered on the Apple Developer Forums, but just to capture the salient parts of Quinn’s answer here: The @MainActor in Task { @MainActor in … } is unnecessary. UIViewController is ...
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