Top "Android-widget" questions

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

Change CalendarView style

I'm trying to add a CalendarView in my application, which uses the Theme.Light theme. The problem is, the days …

android android-widget android-styles android-calendar
Disable soft keyboard on NumberPicker

I'm trying to deactivate the soft keyboard when using a NumberPicker to enter numerical values (for aesthetic reasons). This is …

android android-layout android-widget android-edittext android-softkeyboard
Custom Fonts in Android

I have already read some articles and searched on Google, but I failed to do it. My problem is regarding …

android fonts android-widget
How to make an Android SlidingDrawer slide out from the left?

I'm using a slidingDrawer in my application that has its handler placed at the bottom when in portrait mode. When …

android layout android-widget slidingdrawer
how to validate a URL / website name in EditText in Android?

I want to take input, a URL or just a website name like, www.google.com from EditText in Android …

android validation url android-edittext android-widget
Create custom lockscreen for android 4.0 or above?

I want to create custom lockScreen for android 4.0 and above, I have tried widget to create lockscreen but it supports …

android android-widget lockscreen android-4.2-jelly-bean
Dynamically creating Buttons and setting onClickListener

I have problem with handling dynamically created Buttons on Android. I'm creating N buttons and I have to do the …

android button android-widget android-layout
How to specify spacing between elements of LinearLayout only once?

I recently ran into a problem again that I already had several times in the last years. LinearLayout is a …

android android-layout android-widget android-linearlayout
How to put advertisement to my android application?

I am new to integrating advertisement into my android application. I don't know how it's going to work with Android …

android android-layout android-widget ads
Clickable widgets in android

The developer documentation has seemed to have failed me here. I can create a static widget without thinking, I can …

java android onclick android-widget