Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [mobile-development]

This tag should be used for questions about software development aimed specifically at the mobile environment but not directed at a specific mobile environment such as iOS or Android.

mobile-development
0 votes
0 answers
7 views

How to know if item is highlighted by TalkBack frame?

I'm working on accessibility issues in my app, written in Kotlin using Jetpack Compose. I have a bug that I think I can solve if I could know when a UI component is highlighted with a TalkBack frame - ...
dodgeRam's user avatar
1 vote
0 answers
25 views

Play Console Warning due to instabug-reactnative package: Update your Play Core Maven dependency to an Android 14 compatible version

Received a warning in the Play Console saying the following Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with ...
Vinay Gregory John's user avatar
-1 votes
0 answers
17 views

How do i set Android minimum version in Expo project

I am trying to set the minimum supporting version for android to 10 and ios to 15. I am a iOS dev trying out RN and Expo. I think there is deploymentTarget for iOS in BuildProperties but couldn't ...
rabi pun's user avatar
0 votes
0 answers
26 views

Our updated android studio failed to creating build?

java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type: ErrorScope{Error scope for class <ERROR CLASS> with arguments: org.jetbrains.kotlin.types....
Saroj Kumar's user avatar
-1 votes
3 answers
42 views

JSON data was not fully consumed

While sending the image with multipart using retrofit library getting this error. I have checked many solution which are available in Stack Overflow but not any of them work for me. Here I am ...
Mamta's user avatar
  • 47
1 vote
1 answer
21 views

Repositioning PopupMenuButton in flutter

i have try to create a popup menu button but i want to reposition the menu. this is the code i've tried : PopupMenuButton(itemBuilder: (context)=>[ PopupMenuItem(child: Text("Grup Baru&...
daffa rahman's user avatar
0 votes
0 answers
54 views

How to observe system value changes in an Android widget

I am creating a widget in an android app and I want to observe the device night mode to check if it is enabled or not in the widget. I want to do that, because in the widget I am displaying an image ...
George Charitakis's user avatar
0 votes
0 answers
38 views

Flutter Deferred Component error on adding com.google.android.play:core:1.8.0: failing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable

I am trying to add deferred components in my flutter projects by following this doc here The first mentions to add this dependency implementation "com.google.android.play:core:1.8.0" in my ...
HUSAIN LOKHANDWALA's user avatar
0 votes
1 answer
63 views

Android DatePicker header is not changing color (.Net Maui)

I created a .Net Maui application that has an Android DatePicker. In the directory Platforms/Android/Resources I have two folders values and values-night for the styles.xml of the Android DatePicker ...
testsonic testsonic's user avatar
0 votes
0 answers
23 views

Android movement detection using sensor problem

I'm using sensor movement on android (not GPS) to try detecting the movement or speed of an android phone while moving or simply being idle, I have a code here used in Android Studio but I have a ...
Razidl's user avatar
  • 1
0 votes
0 answers
19 views

Navigation through Deep link from one app to another app in flutter

I'm using go_router for navigation in my flutter app and trying to open this app from another app through deep link. when i do so the app receives the deep link and app gets opened but the stack trace ...
Arunachalam Duraipandi's user avatar
-1 votes
0 answers
18 views

App App Attest/ Device Check Quota and Limits [closed]

I would need recommendation for App Attest/ DeviceCheck in Apple especially the firebase-appattest/devicecheck. They mentioned there's limits subject to Apple for the quota but no information about ...
Nattida M.'s user avatar
0 votes
0 answers
22 views

How can I take an image that has GPS EXIF information in Flutter

I am trying to see if there is a way I can take an image that has GPS information (Latitude & Longitude) in it's EXIF data from my flutter app. Or if there is a way to manually add GPS information ...
Moses's user avatar
  • 61
-1 votes
0 answers
32 views

React Native: TypeError: Cannot read property 'isConfigured' of undefined & Reanimated Worklet Error

Issue I'm encountering multiple issues while developing my React Native mobile application. The app runs on the iOS emulator, but I receive the following errors in the terminal: ERROR TypeError: ...
G12G1's user avatar
  • 1
0 votes
1 answer
48 views

How can I clear cache when I open my app if cache isn't empty in java? [duplicate]

I want to clear my app's cache when every time my app opens (something like in the onCreate) by checking if the cache directory is not empty. Is there any method to check if the cache is not empty, ...
Agasthi's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
72