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
Android Java Surfaceview, declaring and hiding
LiveData update does not trigger recompostion
How can I read the setting of the Liquid Glass design mode?
How to Efficiently Test V2Ray/Xray Configs in Android App Using libv2ray?
Gstreamer in Android
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
RealityKit's custom light entity causes a black artifact on my 3D model
Recommended answers
View all recommended answersThese answers have been recommended
Manifest Merge Error when using Blueline Kotlin lIbrary
This feels like a bug in the libraries. Both blueline-core-android and blueline-compose-builder use com.dilivva.blueline.compose as the namespace in the android closure in build.gradle.kts. Those need ...
How to debug an app once it's in the field
Generally you use a 3rd party logging library. These libraries will take care of logging to local disk and to the cloud, allowing you to browse the logs. They all cost money. Alternatively, you can ...
How to use Android Print Framework in a multithreaded app when PrintedPdfDocument is not thread-safe?
This is not significantly different than how you would handle a UI. In Android, the user interface is single-threaded. So, you use multiple threads to do the "heavy lifting", gather all the ...
How to prevent recreation of Activity when Navigation mode changes?
If you are thinking that navigation covers your scenario, it is documented as a "change to the navigation type (trackball or D-pad)". I am not aware of any configChange value that is tied to ...
Is it allowed to ask “Sign in with Apple” users for their real email address if they chose “Hide My Email”?
Specifically, in clause 4.8 it says "the login service allows users to keep their email address private as part of setting up their account" also 5.1.1 (x) "Apps may request basic ...
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