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
+65
26.7k Members
+112
Contact

Pinned content

View all 2 collections

Mobile Development admins have deemed these posts noteworthy.

Pinned
20 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
8 views

Android elevation shadows remain visible during screen fade transitions in React Native

I'm experiencing a visual glitch on Android where elevation shadows remain visible during screen transitions, even though the screen itself is fading out. This creates a jarring effect where shadows ...
0 votes
0 answers
6 views

Can we do some action, when use uninstalles android app?

I have to call an api to inform my server that app is being uninstalled. Is it possible? I dont want to rely on activeness of user to determine if app is installed or not. Is there any way to call my ...
0 votes
0 answers
15 views

iOS 26.1: Modal swipe-to-dismiss freezes on iPhone 14 Pro Max / iPhone 17 / iPhone 17 Pro Max but works on iPhone 11 / iPhone 16e

.pageSheet interactive swipe-to-dismiss freezes when UIDesignRequiresCompatibility = YES on specific iPhone models (iOS 26.x) Area UIKit → View Controller Presentation Type of Issue Serious Bug (App ...
0 votes
0 answers
15 views

How to make content flow beneath UITabBar in iOS 26

In all demo video's of the new Tab Bar in iOS 26, the content nicely flow's below the Tab Bar giving a floating effect. Before migrating my main app to iOS 26, I tried implementing the new look in a ...
0 votes
0 answers
19 views

CAShapeLayer strokeEnd causes ring flash on tap – how to stop border flash on custom circular progress button (UIKit)?

I have a custom circular play/pause button in UIKit that uses CAShapeLayer as a progress ring. Everything works except when I tap the view, the border briefly flashes even though strokeEnd = 0 and ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

2 votes
0 answers
101 views
+100

Smooth horizontal autoscroll while dragging near edges (keep item under finger)

I have a SwiftUI horizontal editor (multiple “canvases” laid out side‑by‑side in a ScrollView). When the user drags a selected object and reaches the left/right edge of the visible area, I want the ...
0 votes
1 answer
193 views
+100

Can't capture every emittion from StateFlow when testing with Turbine

I'm trying to test my viewmodels that exposes a public StateFlow via stateIn operator: class HomeViewModel @Inject constructor(...) : ViewModel() { private val _uiState: MutableStateFlow<State&...
-4 votes
0 answers
266 views
+50

Force all network activity in my app to go through a specific DNS server [closed]

To circumvent censorship, I want to force all network activity in my app to use a specific DNS server (e.g Quad9) through DoH, instead of using the system DNS. I'm currently using OkHttp with the ...
1 vote
1 answer
152 views
+200

show recomposition counts disabled for ConstraintLayout having composeview - Android Studio Ladybug

I'm facing issue "show recomposition counts" is disabled (No source information found). I have a ConstraintLayout having multiple ComposeViews and using - Android Studio Ladybug Things I ...
12 votes
0 answers
934 views
+100

Create .xcappdata from ios simulator

I know how to download files *.xcappdata from iOS device and use it during test and running simulation. There is a similar feature for downloading data from iOS simulator? Now I manually copy/...

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