Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-1 votes
0 answers
31 views

Sensor Only AR - No Camera. Advice needed

Awhile back I created an augmented reality app using Unity AR. I ran into some limitations based on the fact that it requires use of the camera and that Unity's compass integration did not work very ...
Chris's user avatar
  • 19
0 votes
0 answers
26 views

React Native app crashes on launch on emulator with 16 KB page size support

As we know that, beginning with Android 15, the Android system supports development devices that are configured to use a page size of 16 KB. If any android app uses native code (C/C++ code), then ...
Akhil Jaywant's user avatar
0 votes
0 answers
27 views

CameraView goes beyond modal window after upgrading Expo SDK to version 51

When expo was updated to version 51, they removed the ratio from the attributes of the component's CameraView, which led to the edges of the component creeping out of the modal window where it pops up....
Daniil Tolmachov's user avatar
0 votes
0 answers
11 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 votes
0 answers
26 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
31 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
2 answers
51 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
74 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
49 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
91 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
25 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
-1 votes
0 answers
39 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
-2 votes
0 answers
48 views

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

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: Cannot ...
G12G1's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
32