python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can we startForegroundServie from an exact alarm's receiver in the background?
In one of the exemptions of the "cannot start foreground service from background" restriction, the doc mentions:
Your app invokes an exact alarm to complete an action that the user
requests...
thankyoussd
Votes: 0
Answers: 1
Set background to TextView with CompoundDrawable
I need to make a view like this one:
I already have a TextView with CompoundDrawable setted by:
textView.setCompoundDrawablesWithIntrinsicBounds(
null,
null,
context.getDrawableCompat(R.d...
Nikita Kalugin
Votes: 0
Answers: 1
Scheduling a background task periodically on Android
I'm working on an app where I have to read data from multiple sensors and send it to a remote server every 15 minutes. This has to be done when the app is closed/killed as well and I also have to be s...
lamelizard
Votes: 0
Answers: 1
Button background color is not getting change in android studio
Hey I have changed the button background to white color but it is not reflected in the design of app. instead of white color the design is showing it as purple.
<Button
android:id=&quo...
zulkefal mohammadzai
Votes: 0
Answers: 1