Skip to main content
3 votes
1 answer
90 views

The following crashes occur only on Android 16 devices when the app is in the background state (100% based on Firebase Crashlytics, check the attached screenshot). My application is a video recording ...
user924's user avatar
  • 13.1k
0 votes
1 answer
57 views

I have two Android apps, App A and App B, and I am using Intents to switch between them. Scenario: App A opens App B using an Intent. App B completes its task, and now I need the user to switch back ...
Santosh Naruje's user avatar
2 votes
1 answer
271 views

I am creating a backup app which backs up some files at night. Because it needs to be every night around the same time I'm using a OneTimeWorkRequest which will be scheduled again after the last time ...
Kevin van Mierlo's user avatar
3 votes
2 answers
181 views

I’m facing an issue with triggering a WorkManager worker from the onDestroy method of my MainActivity. Here's the scenario: I’ve implemented a ClearCacheWorker using WorkManager to handle background ...
Zero0's user avatar
  • 504
1 vote
1 answer
188 views

The application requires periodic (15-30 mins) data synchronization with the backend. I implemented this using the WorkManager API, but I encountered the issue that synchronization only triggers when ...
Andrey Zyritel's user avatar
2 votes
0 answers
231 views

Manifest file : <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> <uses-permission ...
SasidharanIOS's user avatar
0 votes
2 answers
4k views

How I can be valid to use NotificationListenerService in Android 14? (API 34) This application is going to be run on Android 14 or above only, so it does not consider backward compatibility in order ...
KiYugadgeter's user avatar
  • 4,172
1 vote
1 answer
782 views

Sorry for my bad English. Context My main goal is to build a electronic lock, the key would be a phone connected in BLE. The proximity of the phone must unlock the lock. What I want to do A ...
Antoine163's user avatar
1 vote
0 answers
132 views

Hey guys i am working on an app where the client wants to show the splash screen when app is in background mode not a black screen using flag secure, anyone who can help me with it for android and ios ...
Muhammad Arsalan's user avatar
0 votes
1 answer
77 views

In the app, I am developing, I have to choose a color based on a number from 0 to 4. I have decided to create an int-array in the colors.xml but it's not working. The kotlin code, is not able to ...
Seb's user avatar
  • 3,265
0 votes
1 answer
382 views

Today I opened my project which haven't been updated for about 6 months now and I decided to update all the libraries to make it up to date with recent Android development environment. After updating ...
Adam Varhegyi's user avatar
0 votes
1 answer
822 views

In my app the user via a button can start a special mode where various GPS, BLE etc services are activated. Among these, I need the server to know in real time which users have this mode enabled. I ...
Niccolò Caselli's user avatar
1 vote
0 answers
423 views

I have an activity which uses the theme - Theme_Dialog (https://developer.android.com/reference/android/R.style#Theme_Dialog). I am trying to test my app in the upcoming Android14(A14) Beta build, but ...
Raghav Laddha's user avatar
0 votes
0 answers
178 views

I have tried retrieving all the existing shortcut using shortcutManager.getShortcuts(ShortcutManager.FLAG_MATCH_PINNED) with all existing flag but it didnt retrieve "App info" and "...
K P's user avatar
  • 192
0 votes
2 answers
449 views

I have an ImageView, and its alpha is set to 0 in the XML. The XML looks like this: <LinearLayout android:layout_width="match_parent" android:layout_height="&...
The Amateur Coder's user avatar

15 30 50 per page
1
2 3 4 5
25