Top "Android-widget" questions

Either relates to Home Screen widgets, or to general UI elements used on an Android Application screen.

Just update a widget RemoteViews instead of completly creating a new one?

So in my onUpdate method in my AppWidgetProvider class, I ended up executing a non-trivial amount of code so that …

android android-widget onupdate
Spinner's onItemSelected callback called twice after a rotation if non-zero position is selected

When I create my activity, I setup a Spinner, assigning it a listener and an initial value. I know that …

android android-widget android-spinner
Android TextureView vs VideoView Performance

I need to be able to rotate a video on screen, so I created a custom TextureView which provides a …

android performance android-widget android-videoview
How to replace the comma with a space when I use the "MultiAutoCompleteTextView"

I'm doing a simple program using MultiAutoCompleteTextView to prompt the common words when I input several letters. code: ArrayAdapter<…

android android-widget multiautocompletetextview
How to make animated GIFs work from Android WebView

Animated GIF images rendered by Android's WebView do not seem to animate. Has anyone figured out how to make them …

android android-widget animated-gif
Unexplainable ClassCastException in android.widget.ProgressBar.onRestoreInstanceState

I've had my application out in the store for a while, but it seems it crashes occasionally according to the …

android android-widget
Dynamically adjusting widget's content and layout to the size the user defined through resize. Android

Android design pattern guide says widget's content and layout can be dynamically adjusted to the size the user defined through …

android android-widget
Flutter how to do for inside for loop with list widget?

i need to do for inside for loop inside widgets. i create two widgets and i called it form another …

flutter android-widget flutter-layout flutter-sliver
Set HH:MM:SS of Chronometer

I knew the format of chronometer can be MM:SS or HH:MM:SS, but I want to know how …

android android-widget chronometer
Holoeverywhere : how to programmatically remove at runtime the action bar from an activity

Which is the correct way to remove the action bar inside an activity ? My activity extends org.holoeverywhere.app.Activity …

android android-layout android-widget android-holo-everywhere