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
+238
22k Members
+125
Contact

Pinned content

View all 2 collections

Mobile Development admins have deemed these posts noteworthy.

Pinned
18 votes
8k 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

0 votes
0 answers
7 views

Flutter/IOS: What could cause a single user to get a "No route to host" error?

One user in particular is struggling to use my app on a new iPhone. We've confirmed other devices on the same wifi network work with the same app totally fine, and we've also confirmed that switching ...
0 votes
0 answers
9 views

Flutter run stuck on splash screen after configuring flavors

I recently added flavors to my existing flutter app referencing official documentation. Everything works fine with android, everything is fine also with iOS if its being installed first time via an ...
0 votes
0 answers
11 views

How do I deep link to iOS Settings Page?

I'm trying to figure out how to deep link to a specific settings page within the iOS Message app settings. Here is the page. Settings > Apps > Messages > Unknown & Spam I can only get as ...
-1 votes
0 answers
11 views

Android image view zoom feature

I have an activity that is something like Instagram reels page. But only for images. I wanna know how to add zoom feature for imageviews. Something like Instagram posts. With java and xml in android ...
-1 votes
0 answers
10 views

Get Appirater to work with Storekit2 and 2025 versions of IOS such as 18?

I am updating an app that used Appirater to prompt the user for reviews. Appirater was introducted before SKStoreReviewController but according to the documentation from six years ago, it ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
41 views
+500

AVAssetExportSession Fails with "Operation Interrupted" After Merging Audio Segments (iOS Async/Await)

I need a reliable way to handle phone call interruptions during audio recording in my iOS app. After extensive testing, I've concluded that the most robust approach involves stopping the current ...
5 votes
1 answer
2k views
+100

Chrome Remote DevTools Connection Drops after few minutes

I am using chrome://inspect/?#devices to connect with my android device. After ~20 minutes my device gets disconnected automatically every single time. After it gets discontinued my device asks for ...

Learn something new
These are the most recent articles in Mobile Development Collective
11 votes
735 views
2 minute read
Knowledge article

Basics of Kotlin coroutines

Basics of Kotlin coroutines What is a coroutine? A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously. They are“lightweight threads”. ...
amodkanthe's user avatar
  • 4,530
12 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
  • 382