Either relates to Home Screen widgets, or to general UI elements used on an Android Application screen.
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-calendarI'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-softkeyboardI have already read some articles and searched on Google, but I failed to do it. My problem is regarding …
android fonts android-widgetI'm using a slidingDrawer in my application that has its handler placed at the bottom when in portrait mode. When …
android layout android-widget slidingdrawerI 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-widgetI 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-beanI 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-layoutI 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-linearlayoutI 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 adsThe developer documentation has seemed to have failed me here. I can create a static widget without thinking, I can …
java android onclick android-widget