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
+866
11.3k Members
+273
Contact

Pinned Bulletins

View all 1 bulletins

Mobile Development has some news to share

Pinned content

View all 2 collections

Mobile Development admins have deemed these posts noteworthy.

Pinned
9 votes
2k views
Collection

iOS Frequently Asked Questions

The iOS-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 exploring a ...
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
2 views

Godot Android program crash without logs

I have a Godot project (source, check 'compile_fail' branch) which crashes on startup, but for some reason only on Android; I can run it on PC just fine. video demonstrating this issue Logcat does not ...
0 votes
0 answers
3 views

combining multiple mutablestates

just started picking up Compose MP and have been running into difficulty combining 2 sources of mutablestates to a new mutablestate or flow within a viewmodel. per documentation https://developer....
0 votes
0 answers
5 views

Webview as overlay in Broadcast Upload extension

I am currently developing a screen broadcasting application aimed at assisting users in streaming games to social networking platforms. To achieve this goal, I am utilizing the Broadcast Upload ...
0 votes
0 answers
11 views

Synthesize & play audio tones on android

I'm trying to write an android app that can simulate RC car sound. Looking to play bunch of frequencies together (aka Tone) but sinusoidal sum of those frequencies doesn't sound good, it sound ...
0 votes
0 answers
10 views

Is it possible to display a 3d path using latitude, longitude and altitude on a map?

I know it's not directly possible to do it with poly lines, however are there workarounds? Would MapKit allow to display a 3d object built in SceneKit directly on a map and allow rotating around it? ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

2 votes
1 answer
50 views
+100

How to keep drag preview exactly the same as original item?

Consider following simplified code for an element that can be dragged HStack { Icon(icon: .iconDrag) Text("Title") Spacer() } .padding(16) .onDrag { ...
0 votes
0 answers
28 views
+50

How to test with Espresso if the popup of an AutoCompleteTextView is open or not in my Android activity

I have an AutoCompleteTextView in my Android Activity In my espresso test, I want to check if the popup with the proposals is opened or closed. How can I do that? I have tried many ideas, including: ...
0 votes
0 answers
56 views
+100

Debugging MAUI issues from android playstore Crash details stacks

I have a MAUI application available on the playstore. Google PlayStore has the "Crashes and ANRs" reports. Because MAUI isn't exactly Java, I'm having a difficult time finding the actual ...
1 vote
1 answer
96 views
+50

How to update Room database entry through UI?

I have an application that allows the user to add Goats with their details such as name, breed, age and gender and additional info. I just created a function in the GoatDao to update the goatInfo ...
3 votes
2 answers
88 views
+500

Setting the app langauge and sending to firebase config always using the device system language

I have an android app and using remote config. I have this usecase and I want to send the app language change in that request. My app supports both English and Vietnam and the user can select their ...

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