Skip to main content
Stack Overflow
  1. About
  2. For Teams

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
+78
26.7k Members
+101
Contact

Pinned content

View all 2 collections

Mobile Development admins have deemed these posts noteworthy.

Pinned
20 votes
10k views

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
Berthold
  • 101

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
10 views

Using SwiftUI MapReader to position Views over map

I'm trying to use SwiftUI to make a ZStack containing a Map (with a MapKit map view), and a Circle view that is placed on top of it. The Circle's pixel position should be to the pixel position on the ...
0 votes
0 answers
18 views

How to announce page context ("Page X of Y") in HorizontalPager in Jetpack Compose with a11y?

I am building a custom selector component in Jetpack Compose. It consists of a HorizontalPager where each page contains a LazyVerticalGrid of selectable items (acting like Radio Buttons). The problem: ...
0 votes
0 answers
19 views

Flutter NearPay SDK fails to connect to terminal with "user not found" error in sandbox

I’m integrating NearPay SDK into a Flutter application to process NFC payments on an iMin POS device and print receipts using an iMin printer. Environment Flutter: 3.35.5 Android: minSdkVersion 26 ...
0 votes
0 answers
40 views

How to prevent C function in iOS app from being stripped when uploaded to TestFlight?

I have a iOS library that exposes a C function. This function is marked with default visibility and used via attribute tags to prevent the compiler/linker from stripping it #ifdef __cplusplus #define ...
0 votes
0 answers
50 views

Is it possible to change the app name to match the selected app icon (like Signal) in Expo?

I'm working on an Expo app that supports multiple app icons (e.g. Notes, Weather icons). Is it possible to also change the app name to match the selected icon so the label updates together with the ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

3 votes
1 answer
229 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 ...
3 votes
1 answer
126 views
+200

Android Instrumentation test : Run button icon is not appearing for custom buildType & classes not getting resolved

I'm trying to run instrumentation tests but Classes are not getting resolved, getting Cannot find declaration to go to Run button icon is not appearing for @Test functions so not able to run tests ...
0 votes
2 answers
278 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&...

Learn something new
These are the most recent articles in Mobile Development Collective
12 votes
1k views
1 minute read

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 ...

AltStyle によって変換されたページ (->オリジナル) /