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

Questions tagged [android]

Android is Google's mobile operating system, used for programming or developing digital devices (Smartphones, Tablets, Automobiles, TVs, Wear, Glass, IoT). For topics related to Android, use Android-specific tags such as android-intent, android-activity, android-adapter, etc. For questions other than development or programming but related to the Android framework, use this link: https://android.stackexchange.com.

0 votes
0 answers
14 views

How to prevent installing apps in private space in android 15 beta?

In new private space feature in Android 15 devices, No Push notifications are showing. In my app, push notification is mandatory to the user, and installing app in private space won't show any push ...
Karthikeyan Pandian's user avatar
0 votes
0 answers
24 views

How can I implement this corner curve in Jetpack Compose for this design [closed]

I'm aiming to replicate this design using Jetpack Compose, but I'm encountering challenges in achieving the desired look. Cardview with curve I'm seeking assistance in recreating this design using ...
mahboobe's user avatar
0 votes
1 answer
11 views

How to access hidden media with MediaStore?

I'm developing a custom gallery app using MediaStore. I want to access all images and videos on device storage, including files which placed in hidden .folders. My problem is that I don't understand ...
NikMAX's user avatar
  • 17
-1 votes
1 answer
16 views

Ionic 7 default app showing blank screen and errors when running on emulator

I'm using Ionic version 7.2.0, npm version 10.8.2, angular 18.1.1, node 20.16.0, Capacitor version 6.1.1, phone api 27, windows 11 64 bits, jdk-17 (I had to install and uninstall several java versions ...
gabriel's user avatar
  • 147
0 votes
0 answers
3 views

While making a build on react native app on my mac iOS system i am getting this error

Please guide me with the error Failed to upload the project tarball to EAS Build Reason: EPERM: operation not permitted, scandir '/Users/agrahyah/.Trash' Error: build command failed. I have used this ...
Aneesh Assary's user avatar
0 votes
0 answers
9 views

"Something Went Wrong Error": Ionic -Capacitor Android app Google Auth Signing Issue

I integrated Google Oauth Sign In in my Angular/Ionic Capacitor App but I have an issue in Android Device: When the user clicks on the Google login button from the app, a popup appears to select the ...
Karthika P J's user avatar
0 votes
0 answers
13 views

React Native - Could not get unknown property 'com' for object of type com.android.build.gradle.LibraryExtension

I'm updating my react native project with targetSdkVersion 34, I ran into the security error (I followed the steps listed but I'm still getting the error) so I decided to update some of my libraries ...
Zephyr's user avatar
  • 2,112
0 votes
0 answers
12 views

How to install Android SDK extension from Android 15 Beta?

I want to test new functionality, that included in Android 15 Beta This functionality marked in documentation like that: Added in API level 35 Also in S Extensions 13 I want to install this Extension ...
sergiy tykhonov's user avatar
0 votes
0 answers
9 views

How to make navigator.mediaDevices.getUserMedia({ audio: true }) work on mobile browser, currently only wors on desktop browser. I am using https

i am using an OTG USB microphone with my mobile device, intending to capture audio input through the USB microphone instead of the built-in speakerphone. Despite the system recognizing the USB ...
ahoiy's user avatar
  • 1
0 votes
0 answers
7 views

Cannot use JavaScriptExecutor in HtmlUnit-Android Package

I cannot seem to find anything which lets me progress from this stumbling block, as there doesn't appear to be an 'execute' in JavaScriptExecutor. All suggestions as how I might overcome this ...
Richard Hammond's user avatar
0 votes
0 answers
7 views

Cancelling ListenableFuture returned from ProcessCameraProvider.getInstance(context) call

According to the documentation of ProcessCameraProvider https://developer.android.com/reference/androidx/camera/lifecycle/ProcessCameraProvider#getInstance(android.content.Context) the call to ...
Alabama Boy's user avatar
0 votes
0 answers
11 views

I have implemented the code to raise local reminder notification everyday at specific time. On Android 14 phone not able to receive this notification

Below is my code snippet. AlarmManager alarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE); android.icu.util.Calendar calendar = android.icu.util.Calendar.getInstance(...
Aniket's user avatar
  • 1
2 votes
2 answers
33 views

ERROR: Composable Functions Must Be Called Within a Composable Context

"@Composable invocations can only happen from the context of a @Composable function" I'm new to jetpack compose and constantly getting this error "@Composable invocations can only ...
user25472147's user avatar
0 votes
0 answers
9 views

How to host NLP model as API?

I have trained a chatbot model and want to integrate it into an Android app. My goal is to enable chatbot functionality in the app by hosting the model as an API so users can interact with it. I'm ...
mukul Bedwa's user avatar
0 votes
0 answers
15 views

syncfusion_flutter_datepicker not showing month text

I am using syncfusion_flutter_datepicker to get the date range. but it seems that the month display is not showing. the name of each month is not showing, besides when selecting a month the text is ...
Miumicream's user avatar

15 30 50 per page
1 2 3
4
5
11