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
+80
26.7k Members
+106
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

1 vote
0 answers
77 views

How to get video thumbnail from content uri?

What am i trying to do? I working on file sharing app where is a screen where list of video show and i just want to show video thumbnail. I am using jetpack compose and use coil library. This video ...
2 votes
0 answers
35 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
22 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
47 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
56 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
238 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
128 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
293 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 によって変換されたページ (->オリジナル) /