Either relates to Home Screen widgets, or to general UI elements used on an Android Application screen.
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-spinnerI've just finished my Android widget. Now I need to have different sizes of this widget for the user to …
android android-widgetI am using an ArrayAdapter<CharSequence> to populate the items to list in a android.widget.Spinner. That …
android android-widget android-2.2-froyoI want to know how to set underline text to TextView in android? Please make a note that I don't …
android android-widgetI want to show unread notification count on my app icon when app is not opened. this post seems to …
android android-widget badge android-iconsI 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-appwidgetMy goal is to have an EditText that has no fancy features, just the Text Selection Handler for moving the …
android android-edittext android-widget contextmenuMy EditText configured as follows won't show the hint: <EditText android:layout_width="fill_parent" android:layout_height="wrap_…
android android-widget android-edittext hintI've got 2 activites : the first, HomepageActiviy, have a search widget that search data using another activity, SearchActivity. What I want …
android android-widgetIn My application i want to flip the view.. I have seen such animation in iPhone. And Same thing i …
android android-layout android-widget android-animation flip