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)
AppWidgetProvider Listen for System Setting Changes
I have a widget that user can see the current status of an accessibility service and by clicking it, the accessibly service setting opens.
class MyAppWidgetProvider : AppWidgetProvider() {
overri...
Arrowsome
Votes: 0
Answers: 0
BroadcastReceiver with acton SCREEN_ON in background
I want to listen when screen of device is on and update widget but BroadcastReceiver does not work when I close my app. It works only when application is running.
AndroidManifest.xml:
<receiver...
Vitaliy Martynyuk
Votes: 0
Answers: 1
Update widget by Broadcast message
I want to develop widget, which shows my public IP. For updating this widget I want use next broadcast messages:
android.net.conn.CONNECTIVITY_CHANGE
android.net.wifi.STATE_CHANGE
android.intent.actio...
Electroma
Votes: 0
Answers: 0
How to update multiple types appwidgets from the fragment of ConfigActivity by pressing one button?
I've made 2 different types of appwidgets showing some calendar data.
Each type has it's own layout, AppWidgetProvider class, AppWidgetProviderInfo object, but both of them use the same Configuration ...
bic55
Votes: 0
Answers: 1