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
FFmpegKit in Flutter fails with configuration output on Android
iOS Soft Keyboard Pushes Fixed DIV up instead of dynamically adjusting height
HLS Stream Stops and Fails to Restart on iOS
Connection reset (SocketException) during image upload to Amazon AWS S3 using OkHttp on Android with certain operator
Expo 52: Android Build Failed After Adding React Native Google Cast
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
Pass Nav Augments to enter Transition arguments in android compose navigation
The enterTransition goes from an initialState - the screen you were at before going to this destination to the targetState - the screen you are going to be on when the transition ends. That means that ...
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, ...
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