Skip to main content

All Questions

Tagged with
0 votes
0 answers
10 views

XamarinForms background color

For a long time I have been trying to change the color of the background, but not the background of the application itself, but the background that is located behind the clock and the battery charge. ...
Nazar Bilyi's user avatar
0 votes
0 answers
30 views

flutter_blue_plus with flutter_foreground_task combination failes, when app get backgrounded

I am trying to combine flutter_foreground_tasks with BLE scanning, whether the app is running visibly or in the background, everything works perfectly. But as soon as I turn off the screen and the log ...
explodus's user avatar
0 votes
2 answers
43 views

DatePickerDialog. Change selected day background

I use a standard android picker. And now it looks like this: Is there any way to change the background of the selected day so that it looks like this, for example? Changing the color of the selected ...
Jack The Healer's user avatar
0 votes
1 answer
109 views

AppWidget configuration activity doesn't start in Android 14: missing opt in by PI sender

My app implements a configuration activity for its widget exactly as described here. Starting with Android 14, the activity can't be launched automatically in background, as stated here, but I have no ...
m.i.n.a.r.'s user avatar
  • 1,040
1 vote
1 answer
34 views

How to setBackgroundColor as Color, not as int

How to set setBackgroundColor if I have got Color(Long) or how to get hex from Color? enum class ColorRes(val color: Color, val resource: Int) SIZE(Color(0xFFFF655C), R.drawable.size_icon) ....
Slava's user avatar
  • 635
0 votes
0 answers
68 views

Reliable way to receive SMS messages in the background and foreground with Flutter

I'm building a Flutter app that needs to receive SMS messages in the background and foreground, even when the app is closed or running. Query 1: How to receive SMS messages in Flutter, both in the ...
negin's user avatar
  • 1
0 votes
1 answer
44 views

Button's backgroundTint doesn't change even though a color was specified

My goal is to create a button with rounded corners. I have a button with this in its attributes android:background="@drawable/roundstyle", which is supposed to change the corners of the ...
Akira's user avatar
  • 15
0 votes
0 answers
121 views

Background geolocation Android 14 and ionic 7

I'm developing an app with Ionic 7 and Angular 17. I'm trying to use background geolocation with BackgroundGeolocation (@capacitor-community/background-geolocation) for Android 14 through the plugin ...
Daniel Rodríguez montes's user avatar
0 votes
2 answers
248 views

Intent-based scan with Android Beacon Library

I'm trying to detect iBeacons with the Android Beacon Library while my Android application is in the killed state (doesn't appear in the task manager). I've already managed to monitor and range ...
guti's user avatar
  • 25
0 votes
0 answers
31 views

expo Taskmanager stopps after 5 minutes on android

I am building an expo app that should start tracking mainly in the background - its intended for outdoor sports. It works perfectly on IOS, starts tracking and the task happily gets triggered in the ...
Jorge Zingg's user avatar
0 votes
0 answers
74 views

Problem with Android App background service stoping

I have made an android app (using MIT app inventor) that runs a service in the background using the Itoo extension. This means that I have no access to the android code behind it. The service is ...
Jimis's user avatar
  • 11
0 votes
0 answers
27 views

MPAndroidChart - Fill gradient horizontally

I would like to have a chart (MPAndroidChart) with linechart in one color and in background horizontal gradient (from left to right) zone / phase depending of x-axis. This background depends of a ...
James's user avatar
  • 1
0 votes
1 answer
59 views

Restart my app after an hour in the background

I want to restart my application when the user has the app in the background after one hour. I already did some research and I use a Service: public class BackgroundService extends Service { ...
Lucas Doineau's user avatar
0 votes
1 answer
42 views

Semi-transparent background of toolbar and statusbar

Hello According to the image above, I want to make my toolbar and status bar white so that the background can be seen enter image description here enter image description here
Matin Javid's user avatar
0 votes
1 answer
88 views

Background current location update

I have a question is that possible to fetch current location every time the broacastreceiver makes a new OneTimeWorker? inside the worker? in my fragment i have a buttion in which triggers a pending ...
Roni 's user avatar

15 30 50 per page
1
2 3 4 5
205