Top "Android-widget" questions

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

How to start a Service when .apk is Installed for the first time

In my Application I am not having any UI part, so I need to start a Service as soon as …

android android-layout android-emulator android-widget
How to fire onListItemClick in Listactivity with buttons in list?

I have a simple ListActivity that uses a custom ListAdapter to generate the views in the list. Normally the ListAdapter …

android android-widget android-listview
Android Custom Shape Button

How can i make a custom shaped clickable view or button in Android? When I click , I want to avoid …

android android-layout android-widget onclicklistener android-custom-view
How did Google manage to do this? Slide ActionBar in Android application

I really want to implement this (the side navigation) in an app of my own, does anyone know how Google …

android android-layout android-widget android-actionbar android-side-navigation
How to change default images of CheckBox

I am using ListView and for every row I have row_item.xml and I inflate that in code <?…

android android-layout android-widget
imeOptions "actionNext" programmatically - how to jump to next field?

In layout XML it is possible to specify android:imeOptions="actionNext" which adds Next button in virtual keyboard and by …

android android-widget
gen already exists but is not a source folder

I am developing my Android project, After I removed a unused library, I got the error: myproject/gen already exists …

android android-layout android-intent android-emulator android-widget
Creating an android smart app banner

Is there any solution for Android devices similar to the iOS 6 smart app banner? Here is the code for smart …

android ios android-layout android-widget ios6
how to change number picker style in android?

I want to use the NumberPicker component-widget but Instead in the default Holo theme I need to replace the blue …

android android-widget android-holo-everywhere
Button click event for android widget

I have an android widget that fetches data from a server every 10 minutes and display's it on the screen. I'd …

android android-widget