Top "Android-ui" questions

Android is Google's mobile operating system, used for programming or developing digital devices (Smartphones, Tablets, Automobiles, TVs, Wear, Glass, IoT).

Android View.onDraw() always has a clean Canvas

I am trying to draw an animation. To do so I have extended View and overridden the onDraw() method. What …

android android-canvas android-ui
Getting DrawerLayout to Slide over the ActionBar

I have a sliding drawer menu in an activity, which has an actionbar with some tabs on it. I'd like …

android android-actionbar android-ui android-tabs slidingdrawer
Create a 3d shaped button in android

I was trying to create a button similar in look to the round buttons over here - http://livetools.uiparade.…

android android-ui android-button android-styles
How to show icons in ActionBar overflow menu?

I want to display icon in addition to menu item title in overflow dropdown menu. Is is possible?

android android-layout actionbarsherlock android-ui
Setting webview background image to a resource graphic in Android

I'm trying to set the background of a webview to a drawable image resource in Android. From the sdk it …

android android-webview android-ui android-resources
How to finish parent activity from child activity

I am new to Android development. I have created a main Activity (->A), which has 4 buttons. One of …

android android-intent android-activity android-2.2-froyo android-ui
Change ActionBarSherlock background color

I'm trying to implement ActionBarSherlock because I was told it is relatively easy to implement and customize. I've found it …

android android-ui actionbarsherlock
Detect soft navigation bar availability in android device progmatically?

I am trying to determine soft navigation bar through the android program. I didn't find straight way to determine. Is …

android android-layout android-ui android-navigation
Android imageview change tint to simulate button click

I have an imageview on which I have set a bitmap fetched from an url. On the imageview I have …

android android-imageview android-ui
Open source Android libraries? Reusable Views, ViewGroups, Adapters etc?

Here's what I really want: a site collecting re-usable components for Android. I have found various small lists, the biggest …

android open-source android-widget android-ui library-project