Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

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
+22
29.4k Members
+50
Contact

Pinned content

View all 2 collections

Mobile Development admins have deemed these posts noteworthy.

Pinned
Score of 24
11198 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 ...

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

Tooling
0 votes
0 replies
44 views

How can i build an audio video overlay module for my app?

i am building an app using expo where i want the user to be able to create videos by recording the audio and video separately after which the app automatically overlays the audio over the video that ...
Advice
0 votes
0 replies
55 views

How i can start with Add Firebase Admin SDK, dependencies, folder structure, service account setup

- Spring Boot - Android (Jetpack Compose) - Kotlin I want my Spring Boot backend to send FCM notifications when an order status changes. Before writing code, I'd like to understand the recommended ...
Score of 1
0 answers
45 views

HKStatisticsCollectionQuery initialResultsHandler returns nil results for one specific user — read auth granted, data exists, survives reinstall

Environment: iPhone 13 Pro, iOS 26.5. Affects a single user out of many; cannot reproduce on any of our test devices. We use HKStatisticsCollectionQuery to read step counts for a statistics screen. ...
Score of 0
0 answers
53 views

dot net 10: When embedding an UIImagePickerController as a child view controller (camera) a UIAlertViewcontroller pops up "Flash Is Disabled"

I am trying to embed a camera into a view controller So I thourght I would use the UIImagePickerController rather that Using an AVCaptureDevice so a added this code private void ...
Score of 0
0 answers
67 views

UITabBar unselectedItemTintColor ignored iOS 26

I'm creating a UITabBarController programmatically with a few tabs, but for some reason I can not get the normal state of the tabs icons or text to change color. Its defaulting to a system white. I ...

Learn something new
These are the most recent articles in Mobile Development Collective
Score of 15
1438 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 ...