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
+139
25k Members
+136
Contact

Pinned content

View all 2 collections

Mobile Development admins have deemed these posts noteworthy.

Pinned
18 votes
10k 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
15 views

AGP 8.13.0: “6 files found with path 'META-INF/LICENSE.md'” error, suggests packagingOptions instead of packaging

I’m using Android Gradle Plugin 8.13.0, and I’m getting the following error when building my project: 6 files found with path 'META-INF/LICENSE.md' from inputs: org.junit.jupiter:junit-jupiter-params:...
0 votes
0 answers
22 views

React Native Release APK works locally but breaks on Play Store with "undefined is not a function" Apollo Client error

My React Native app (v0.79.5) with Apollo Client works perfectly when testing locally with release APK, but when uploaded to Google Play Console and downloaded from the Play Store, I get consistent ...
0 votes
0 answers
31 views

"Hello Android" not working on windows, android studio [stumbling on basic tutorial on android app creation]

I'm going through the "https://developer.android.com/codelabs/basic-android-kotlin-compose-first-app#1" tutorial to build my "Hello Android" app on Windows. This is my android ...
0 votes
0 answers
8 views

How can I resolve the IPA distribution error when uploading it to the Apple store?

When I distribute or validate the app in Xcode, I get the following error: Error: The archive did not include a dSYM for the hermes.framework with the UUIDs [***-3796-8AE6-E143718]. Ensure that the ...
0 votes
0 answers
18 views

Resizing Issues in React Native App on iPad with iOS 26, with Multitasking settings enabled

The React Native app does not allow resizing below a certain width and height on iPad running iOS 26. I have enabled “Windowed Apps” in the Multitasking settings. To confirm that this is not an issue ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

1 vote
1 answer
96 views
+100

Layout issues opening keyboard

I'm developing a typical chat screen, with the text input at the bottom. The app has a bottom bar with tabs and a topbar. I'm struggling at getting what I understand to be the expected behavior (...
1 vote
0 answers
125 views
+50

Why does Firebase App Check think that my app is not registered?

I've been working on a Flutter project for iOS, and I'm confused on why Firebase App Check isn't working. Last release, it worked fine, but this release, it fails...so this leads me to believe that it'...
2 votes
0 answers
146 views
+50

HostApduService on Android 16

This is a small example for share here from a larger project where the use of HostApduService is necessary. I want to verify that my app works correctly with Android 16, but I’m encountering issues. ...

Learn something new
These are the most recent articles in Mobile Development Collective
12 votes
875 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,540
13 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
  • 392