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 use libpixman-1.so instead of libpixman-1.so.0 when building qemu-system-x86_64?
Does jobscheduler have features that Workmanager doesn't have
Why is binding null
Dependency 'androidx.appcompat:appcompat-resources:1.7.0' requires version 34 or later to compile
2 itemTouchHelpers for 2 recyclerviews not working
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
How to convert AdMob `GADFullScreenContentDelegate` to Swift 6 concurrency
How to convert `VNDocumentCameraViewControllerDelegate` to Swift 6 Concurrency
iOS 18 Control Widget that opens a URL
Error in my flutter project after trying to change sdk target
Splash screen background incorrect in dark mode on miui
Recommended answers
View all recommended answersThese answers have been recommended
Android compose: offset at a fraction of parent size
Modifier.offset() changes placeable placement based on fixed values via parameters as private class OffsetNode( var x: Dp, var y: Dp, var rtlAware: Boolean ) : LayoutModifierNode, Modifier....
Is it possible to save FCM notifications in Firestore?
There is no built-in export of messages sent from the Firebase console (or through the FCM API) to Firestore. The closest I can think of is to use the message delivery reports or the BigQuery data ...
How to manage Activity stack behavior in Android based on dynamic IDs?
You can probably accomplish want you want like this: When ActivityA is launched, in its onCreate() it can store the ID into a static variable, that is available to all instances of ActivityA (in ...
Why is my @Composable function in Jetpack Compose called after onResume instead of onCreate?
Your Composable is evaluated when it’s time to display it on screen. It’s not time to do that until afteronResume(), which is called when an Activity is about to become visible.
How to Achieve a Glassmorphic Background in Jetpack Compose Android?
Use RenderEffect from Android 12+ In compose it would be something like this Modifier.graphicsLayer( renderEffect = RenderEffect.createBlurEffect(25f,25f, Shader.TileMode.MIRROR)....
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