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
How to implement a stacked notification layout using RecyclerView in Android?
TextAlign.Justify only works on the emulator, not on a physical device
Firebase Apple Sign-In with Expo: audience in ID token is host.exp.Exponent instead of my bundle ID
`UIHostingController` inside transformed `UIView`: SwiftUI text changes font size/position during pinch zoom only in editor screen on iOS 26
App Store Connect says RPBroadcastProcessMode is missing in ReplayKit broadcast upload extension, but archive and IPA both contain it
Looking for an extra challenge?
View all bountied questionsThese questions have a bounty on them
Flutter deploying to Android studio creating prolog error
ARCore tracking flickers between TRACKING and PAUSED, planes=0 and points=0, hitTest always empty
Use OpenCV in a Kotlin Multiplatform Mobile(KMM) project
Recommended answers
View all recommended answersThese answers have been recommended
Is the intent:// URI scheme a standard Android feature or a browser-specific implementation?
Regarding 1, the answer is "yes". See this and this and this. However, I do not recall the exact format of the intent scheme Uri being documented.
Is it possible to switch productFlavors(stage, prod and qa) dynamically
Do you mean switch servers to hit prod, qa, staging, etc endpoints? Yes, if you architect your app to do so. That generally means anything that references the URL should get a base URL from a ...
How to properly compress images for recycler view
When you take the image, instead of just creating the image, create a thumbnail (a smaller version of the image) as well. Store the location of both the main image and the thumbnail in your db, each ...
How to(do I) write a network data consumption monitoring program that monitors all system processes and has control over them?
The first step would be to configure the used wifi connection is Windows as metered connection. Some apps can be configured to reduce data usage on metered connections. Regarding the software I fear ...
CRM Mobile App development (Android/IOS) - both
My tip- learn to program. Actually program. If you can't do that, even if you get AI to spit out something useful (doubtful), you'll have a buggy, non-performant, insecure piece of junk that will ...
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