Either relates to Home Screen widgets, or to general UI elements used on an Android Application screen.
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 galleryI have implemented WebView in Dialog Activity and I am loading simple url into webview. my Webview settings are as …
android android-widget android-webview webviewclientAny 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-scrollviewi have this problem, i have private ArrayList<CustomItem> items; private ArrayAdapter<CustomItem> arrayAdapter; i show …
java android android-widget android-arrayadapterI am coming across an error when I am updating my RemoteViews in my AppWidget. .. !!! FAILED BINDER TRANSACTION !!! This is …
android android-widget widget android-appwidgetI'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 widgetI want to reduce the size of the Rating bar, I got some style properties that do it, but they …
android android-widget ratingPossible Duplicate: Android RuntimeException: Unable to instantiate the service I have been trying to fix the following problem all day …
android service android-widget widgetI have a list view which is populated via records from the database. Now i have to make some records …
android android-widget listviewitemThe default behavior of ExpandableListView is to collapse a group when its header is clicked. Is it possible to prevent …
android android-widget expandablelistview