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

0 votes
0 answers
6 views

Start Service from BroadcastReceiver with BLE and PendingIntent

There is a BluetoothTestFragment, where one of the buttons calls startPendingIntentScan(), to use bluetoothAdapter.bluetoothLeScanner.startScan(), and receives callback to BroadcastReceiver via ...
0 votes
0 answers
85 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
37 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 ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

3 votes
1 answer
240 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
299 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 によって変換されたページ (->オリジナル) /