Top "Android-appwidget" questions

Android App Widgets are custom views that can be placed on the home screen of an Android device.

Widget for turning on/off camera flashlight in android

I am developing a widget for turning on/off camera led of phone. I have made a widget that can …

android android-widget widget android-camera android-appwidget
Android Widget Not Updating

I am trying to implement a simple widget for display on the home screen. The problem I am experiencing is …

android widget android-appwidget
FileProvider error

https://developer.android.com/training/camera/photobasics.html All I am trying to do is take a picture with the …

android android-studio android-appwidget android-fileprovider
Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

I am coming across an error when I am updating my RemoteViews in my AppWidget. .. !!! FAILED BINDER TRANSACTION !!! This is …

android android-widget widget android-appwidget
How to observe contentprovider change? android

I'v created a Contentprovide and implements it's update() method like this: @Override public int update(Uri uri, ContentValues values, String …

android android-contentprovider android-appwidget notify
How to create an app widget with a configuration activity, and update it for the first time?

This is driving me crazy. I don't know how to update the app widget from the configuration activity, even with …

android collections android-appwidget
Force Android widget to update

I respond to a button press on my appwidget in the onreceive method. When the button I pressed, I want …

android android-widget android-appwidget onupdate
Media Control on Lock Screen like Google Play Music in android?

I had gone through Lock-screen Widget documentation, i implemented it but this is not what automatically place on main Lock …

android android-appwidget lockscreenwidget
How do I give a Android App Widget a Label/Name

I just finished my first app, it works fine and I've made it a homescreen widget. But it doesn't have …

android android-widget android-appwidget
Appwidget size calculation

It might be me, but when I calculate minimum app widget sizes according to the formula given on the android …

android android-4.0-ice-cream-sandwich android-3.0-honeycomb android-appwidget android-2.3-gingerbread