Top "Android-widget" questions

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

How to stop scrolling in a Gallery Widget?

I loaded some images into a gallery. Now I'm able to scroll but once started scrolling the scrolling won't stop. …

android scroll android-widget gallery
Android : EventHub.removeMessages(int what = 107) is not supported before the WebViewCore is set up

I have implemented WebView in Dialog Activity and I am loading simple url into webview. my Webview settings are as …

android android-widget android-webview webviewclient
Android: Listview's bounce to scrollview

Any way of adding ListView's bounce effect to regular scrollview? By bounce I mean the rubber band like effect when …

android android-widget android-animation android-scrollview
Update data in Arrayadapter

i have this problem, i have private ArrayList<CustomItem> items; private ArrayAdapter<CustomItem> arrayAdapter; i show …

java android android-widget android-arrayadapter
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
Android Widgets: Animations on RemoteViews ?

I'm not having too much success applying animations to views inside a RemoteViews. For the sake of simplicity, let's say …

android animation android-widget widget
Problem in reducing size of Rating Bar.

I want to reduce the size of the Rating bar, I got some style properties that do it, but they …

android android-widget rating
Why do I get an InstantiationException if I try to start a service?

Possible Duplicate: Android RuntimeException: Unable to instantiate the service I have been trying to fix the following problem all day …

android service android-widget widget
How to disable items in a List View?

I have a list view which is populated via records from the database. Now i have to make some records …

android android-widget listviewitem
Disable collapsing of ExpandableListView

The default behavior of ExpandableListView is to collapse a group when its header is clicked. Is it possible to prevent …

android android-widget expandablelistview