Top "Android-widget" questions

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

How to capture onClick event in Android for a spinner

I want to capture the onClick event when the user selects a spinner value. I've tried implementing OnClickListener and using …

android android-widget android-spinner
How to add multiple widgets in the same app?

I've just finished my Android widget. Now I need to have different sizes of this widget for the user to …

android android-widget
Why can't one add/remove items from an ArrayAdapter?

I am using an ArrayAdapter<CharSequence> to populate the items to list in a android.widget.Spinner. That …

android android-widget android-2.2-froyo
Set underline text to TextView in android programmatically

I want to know how to set underline text to TextView in android? Please make a note that I don't …

android android-widget
How to show notification count on app icon like Facebook?

I want to show unread notification count on my app icon when app is not opened. this post seems to …

android android-widget badge android-icons
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
EditText: Disable Paste/Replace menu pop-up on Text Selection Handler click event

My goal is to have an EditText that has no fancy features, just the Text Selection Handler for moving the …

android android-edittext android-widget contextmenu
EditText hint doesn't show

My EditText configured as follows won't show the hint: <EditText android:layout_width="fill_parent" android:layout_height="wrap_…

android android-widget android-edittext hint
Resetting Search Widget (SearchView) value

I've got 2 activites : the first, HomepageActiviy, have a search widget that search data using another activity, SearchActivity. What I want …

android android-widget