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
are these javascript-obfuscator settings safe?
How can I get the Heart Point logic from Google Fit?
Flutter UI not matching design: top-right badge not properly attached to card border
How to implement and update a Room database correctly?
Android PrintService printer not shown in main list without WiFi — any workaround for Bluetooth/USB printers?
Recommended answers
View all recommended answersThese answers have been recommended
Generating and executing Java .class bytecode on Android at runtime without use of storage space
Just for your reference- any app that does this will violate the Google Play guidelines and not be allowed on the store. You can do it in a personal app or a sideload, but not anything on any of the ...
Does "nonisolated(sending) by Default" setting conflict with "Default actor isolation" setting in Xcode 26?
There are two very separate issues at play: You have identified the historic asymmetry with regard to nonisolated functions, namely where synchronous ones ran on the current thread but asynchronous ...
DispatchQueue's closure is @Sendable, how can it access main actor isolated values?
DispatchQueue.main.async is just a special case hardcoded into the compiler. This is checked by the function isMainDispatchQueueMember, which simply looks at the AST to see if it matches "...
Dynamic UIColor from asset catalog doesn't update CALayer.borderColor when switching between light and dark mode — modern workaround?
The most modern approach, as of iOS 26, is updateProperties(), where you set up your layer's colors. The system should observe these changes, and whenever a change in the environment happens, it will ...
Which Android 'background work' feature to use for sending information?
Are you building your own custom firmware (ROM) and deploying that to the device? If yes, you will have more options. If not, then it is unlikely that you can reliably do what you seek at that ...
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