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.

android
0 votes
0 answers
11 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
16 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
1 vote
1 answer
24 views

How to navigate to the map application in Carplay when integrating Flutter application with Carplay?

In the application I made with Flutter, I integrated CarPlay with the flutter_carplay package. When an item is clicked on the POI screen in Carplay, it needs to open the map in Carplay and navigate to ...
Mustafa Samancı's user avatar
0 votes
0 answers
16 views

Android compose `NotificationListenerService.onNotificationPosted` is never called

I'm trying to add a notification listener to a Kotlin android compose project: My AndroidManigest.xml: <application> <!-- ... --> <service android:name=&...
Valentin Vignal's user avatar
0 votes
0 answers
34 views

Unable to Connect to Azure SQL Server Database Using JDBC Driver in Android App

I'm developing an Android app and trying to connect to an Azure SQL Server database using the JDBC driver. I'm encountering a java.lang.AssertionError related to SSL/TLS communication. Below is the ...
SiikWoon's user avatar
0 votes
0 answers
5 views

Send APDU command over USB Android Java

I am trying to build plugin for react native that allows me to read data from driver card data, but non stop I am receiving error from data reading. Here is a code package com.plainreactnativeapp; ...
Mateusz Cieslinski's user avatar
0 votes
1 answer
33 views

Running a background task every 10 minutes to update server with device location

I am writing a flutter app (Android & IOS) which requires sending the device location once every ~10 minutes. This task is required to continue running in the background even when the app is in ...
Shachar 's user avatar
0 votes
0 answers
28 views

.Net Maui ArgumentException: 'An item with the same key has already been added. Key: Microsoft.Maui.Controls.BindableProperty' - What does that mean?

I'm really at a loss here. I'm working on a .Net Maui Application for Android and iOS for work. When I open a specific page I sometimes (like, maybe 1 out of 6-10 times) get an Error with this message:...
Freddy V's user avatar
0 votes
0 answers
32 views

Accessing/reading Xamarin.Android old (other) app settings (shared_prefs)

I would like to read some user settings from the old (another package name) Xamarin.Android app in my new MAUI app. In my old application, I used to save settings by calling the method ...
dkmorb's user avatar
  • 11
-2 votes
0 answers
18 views

Could not find gradle-8.3.1.jar (com.android.tools.build:gradle:8.3.1)

I want to create a new project I got this error: A problem occurred configuring root project 'My Application'. Could not resolve all files for configuration ':classpath'. Could not find gradle-8.3.1....
S.M_Emamian's user avatar
  • 17.3k
0 votes
0 answers
16 views

Crash on Destroy Method: "View ... does not have a NavController set"

I am getting a crash in the onDestroy method with the following error: `Fatal Exception: java.lang.RuntimeException: Unable to destroy activity {com..presentation.screens.main.MainActivity}: java.lang....
Gaurav Bajait's user avatar
0 votes
0 answers
12 views

How to fetch blocked contacts list in android without making it default dialer

I need to display a list of blocked contacts from the device. I want to retrieve this information without setting my app as the default dialer. I understand that accessing blocked contacts usually ...
nimra sohail's user avatar
0 votes
1 answer
24 views

Trying to go into a deep link on clicking a notification, but app opens, but stays on first screen

I have build an android app using flutter and firebase. I have used go_router to set up all the navigation and deep links. The deep link works correctly when I click on a link (say pasted on whatsapp)...
Sanjay Dattatri's user avatar
0 votes
0 answers
16 views

How to detect face using camera package and google_mlkit_face_detection package in flutter?

`try { cameraController.initialize().then( (value) { setState( () { cameraController.startImageStream( (image) { try { debugPrint('camera_no formate${image.format.raw}'); debugPrint('camera_no size${...
jayaKumarjk's user avatar
0 votes
0 answers
15 views

How to start the audio_service plugin in the background after restarting an Android phone in Flutter?

I have an app I'm working on, similar to Spotify, made with Flutter/Dart. It uses the plugins audio_service and just_audio to work in the background and for audio playback. Currently, I am trying to ...
Demian's user avatar
  • 1

15 30 50 per page
1
3 4
5
6 7
94656