Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more

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
+38
29.3k Members
+72
Contact

Pinned content

View all 2 collections

Mobile Development admins have deemed these posts noteworthy.

Pinned
24 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

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

1 vote
0 answers
36 views

UITabBarController on iPadOS 18 swallows all touches even with mode = .tabBar (via Python/rubicon-objc)

I'm building a Python iOS app with Toga 0.5.x (Briefcase 0.3.16), which backs toga.OptionContainer with a UITabBarController. The app works perfectly on iPhone, but on iPad Pro (M5, iOS 18 simulator) ...
-1 votes
0 answers
34 views

DAT (iOS): registration completes in Meta AI app but the callback never returns to my app(release-channel/Developer Mode disabled)

I'm integrating the Meta Wearables Device Access Toolkit (DAT, iOS SDK 0.6.0) into an existing iOS app to use Ray-Ban Meta glasses (camera/photo/stream). I'm trying to register through the production /...
0 votes
0 answers
71 views

input type="file" accept=... fails on uncommon file extensions on iOS

I want to write HTML to allow users to upload weaving pattern files. The following works perfectly on Safari and Brave on macOS 15 but fails horribly using Safari or Brave on iOS or iPadOS 26: <...
1 vote
0 answers
66 views

iOS: Can a third-party app access a wired FTDI USB-serial optical probe? (Works on Android)

Can a third-party iPhone app use a generic FTDI USB-serial optical coupler? I'm building a cross-platform (.NET iOS / C#) app that reads smart meters via a wired optical head. The head uses an FTDI ...
0 votes
0 answers
57 views

How can I print silently on Android without using PrintManager or showing the system print dialog?

I'm building a print server app for Android. The app receives print jobs from another source and should send them directly to a connected USB printer. I do not want to use Android's built-in ...

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