Skip to main content

Mobile Development Collective

A collective for developers who want to share their knowledge and learn more about mobile development practices and platforms
2.1m Questions
+43
28.2k Members
+115
Contact

Pinned content

View all 2 collections

Mobile Development admins have deemed these posts noteworthy.

Pinned
23 votes
11k views
Collection

Android Frequently Asked Questions

The Android-related questions that get asked repeatedly, gathered together in one place. What does a new developer always ask at some point? What are the most common questions when someone is ...
Berthold's user avatar
  • 101

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

2 votes
0 answers
23 views

How to implement a stacked notification layout using RecyclerView in Android?

I want to implement a notification-style list using a single RecyclerView in Android. The layout includes: Grouped (stacked) notifications: multiple items combined into one group Normal ...
2 votes
0 answers
65 views

TextAlign.Justify only works on the emulator, not on a physical device

why are all the lines (not just the last line of the paragraph) aligned to the left on a real device, while on a virtual device they are aligned to the width of the screen except for the last one (as ...
0 votes
0 answers
32 views

Firebase Apple Sign-In with Expo: audience in ID token is host.exp.Exponent instead of my bundle ID

I am implementing Sign in with Apple in an Expo React Native app with Firebase Authentication. I already: enabled Apple as a provider in Firebase Auth added the Apple Developer configuration (Key ID,...
0 votes
0 answers
20 views

`UIHostingController` inside transformed `UIView`: SwiftUI text changes font size/position during pinch zoom only in editor screen on iOS 26

Body I have an iOS app with a board editor built in UIKit. Each board item is a UIView, and some item types (note, date, calendar, countdown) render their content with SwiftUI hosted inside that UIKit ...
0 votes
0 answers
23 views

App Store Connect says RPBroadcastProcessMode is missing in ReplayKit broadcast upload extension, but archive and IPA both contain it

I’m trying to upload an iOS app that now includes a ReplayKit Broadcast Upload extension. This app already had another extension (WidgetKit), and I had successfully uploaded/distributed multiple ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
1 answer
227 views
+50

Flutter deploying to Android studio creating prolog error

I am trying to deploy my first flutter app to an android emulator in vscode/intelij/android studio. All give me the same error. I have been searching and can't find a solution. Deploying to a medium ...
6 votes
1 answer
232 views
+100

ARCore tracking flickers between TRACKING and PAUSED, planes=0 and points=0, hitTest always empty

I am developing an Android ARCore app (native ARCore, not Sceneform). The app worked correctly around November 2025, but since December, plane detection no longer works. Symptoms In the debug overlay: ...
10 votes
0 answers
1k views
+500

Use OpenCV in a Kotlin Multiplatform Mobile(KMM) project

Setup: We are currently using OpenCV on iOS and Android for image processing. On Android we import OpenCV as a .aar and on iOS we import it via Cocoapods, and they call the same underlying functions. ...

Learn something new
These are the most recent articles in Mobile Development Collective
14 votes
1k views
1 minute read
How-to guide

Using SwiftData with SwiftUI

One thing we iOS developers should rejoice about is the development of SwiftData, at least if you are coding for a very new project and can forget about iOS versions below 17. We finally have an ...
otaviokz's user avatar
  • 402