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
Is it possible to change the app name to match the selected app icon (like Signal) in Expo?
How to correctly parse a WAV file for use with Android TTS
Siri does not understand AppShortcut phrases when the app is not running
Android Smart TV Device Not Showing Pairing Code
com.facebook.react.bridge.ReactNoCrashSoftException: Tried to access onNewIntent while context is not ready
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
Smooth horizontal autoscroll while dragging near edges (keep item under finger)
Android Instrumentation test : Run button icon is not appearing for custom buildType & classes not getting resolved
Can't capture every emittion from StateFlow when testing with Turbine
Recommended answers
View all recommended answersThese answers have been recommended
How to create a programmatic list of lists
Look up RecyclerView. It's a way to efficiently do scrollable repeated layouts.
Using Actor is always the best practice in Swift Concurrency world?
I don’t think you are overthinking this. This is precisely the sort of thought process you should go through if your type has any mutable state, IMHO. Actor isolation is the simplest way to mitigate ...
What is the most memory-efficient UI artefact to display a "Critical Out of Memory (OOM)" alert in Android?
You don't. When you go OOM, except in very specific circumstances there's no way to know what allocation failed, and thus no way to know if you can continue and work correctly at all. The correct ...
How to find out if a URI is a MediaStore URI
I do not think there is a reliable way to determine if a Uri is from whatever the device manufacturer is using to implement MediaStore. So, if DocumentsContract.isDocumentUri() returns false, query ...
How do you create video feeds with poster in Kotlin Multiplatform?
"This feels like a hack" -- we cannot comment on that code, as it is not in your post. Off the cuff, it does not feel like a hack, so you might want to both post that code and explain why ...
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