Top "Android-widget" questions

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

android AutoCompleteTextView white on white Dropdown list

breaking my head here, i have searched online for quite a bit and it seems this was a bug on …

android drop-down-menu android-widget widget autocompletetextview
Custom Widget using LinearLayout not getting onDraw()

I'm creating a custom widget by extending LinearLayout: public class MyWidget extends LinearLayout { private static Paint PAINT = new Paint(Paint.…

android android-widget android-linearlayout ondraw
Coloring the Space widget

I am trying to color the Space widget. I tried using both the android:foreground and android:background attributes, but …

android android-layout android-widget space
How to launch activity from android home screen widget

I am desperately trying to get my head wrapped around how to implement home screen widgets. Right now, I (finally) …

android android-activity android-widget android-appwidget
Get the size of my homescreen widget

I just want to know how big my current widget is. I found tons of questions to set the minimum …

android android-widget homescreen
Inverted ListView in Android?

Is there an easy way to display a ListView in reverse order? I am trying to create a conversation-based app, …

android android-widget android-listview android-cursor
Receive a long press/click on a linear layout in android?

I'm painfully new to android and I've run into a wall. I'm trying get a linear layout to function more …

android-layout android-widget android-linearlayout onlongclicklistener long-click
android INSTALL_FAILED_MISSING_SHARED_LIBRARY

That problem comes with snmp4android.jar using Android 3.1 [2013-04-08 14:42:25 - ControlloGiardinoWG] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2013…

android eclipse android-widget snmp
android.os.NetworkOnMainThreadException

In my application am getting android.os.NetworkOnMainThreadException. I am trying to get images from url at that time i …

android android-widget android-image networkonmainthread
Android Creating button dynamically and fill layout

I'm creating a button dynamically. The number of button is depend on the size of arraylist. the problem is, after …

android android-layout android-widget dynamically-generated