Top "Android-4.0-ice-cream-sandwich" questions

Android 4.0 (codename Ice Cream Sandwich) is API level 14 of the mobile operating system developed by Google.

INSTALL_FAILED_UPDATE_INCOMPATIBLE when I try to install compiled .apk on device

I've compiled Trebuchet launcher from CyanogenMod 9, and trying to install it with adb: $ adb install out/target/product/generic/system/…

android android-4.0-ice-cream-sandwich android-4.2-jelly-bean cyanogenmod
What are the default color values for the Holo theme on Android 4.0?

Does anyone have access to a list of the default colours used in the Holo them (light and dark) on …

android colors android-4.0-ice-cream-sandwich android-theme
Fragment onCreateView and onActivityCreated called twice

I'm developing an app using Android 4.0 ICS and fragments. Consider this modified example from the ICS 4.0.3 (API level 15) API's demo …

android android-fragments android-4.0-ice-cream-sandwich
Disable keyboard on EditText

I'm doing a calculator. So I made my own Buttons with numbers and functions. The expression that has to be …

android keyboard android-edittext android-4.0-ice-cream-sandwich
Android Actionbar items as three dots

I have a menu for my main activity (res/menu/main_menu.xml) and I want only one item on …

android menu android-actionbar android-4.0-ice-cream-sandwich
How to use Holo.Light theme, and fall back to 'Light' on pre-honeycomb devices?

I'd like to use the Holo.Light theme on devices that support it, and fall back to the regular Light …

android android-4.0-ice-cream-sandwich android-theme android-3.0-honeycomb
How to disable/hide three-dot indicator(Option menu indicator) on ICS handsets

How to disable/hide three-dot indicator(Option menu indicator) on ICS handsets which does't have menu button. ? I am running …

android android-4.0-ice-cream-sandwich overflow-menu
Cannot convert from android.support.v4.app.Fragment to android.app.Fragment

I'm doing my first Android app, and wanted to get straight into the ICS API. I have so far created …

java android android-fragments android-viewpager android-4.0-ice-cream-sandwich
Determine addAction click for Android notifications

I'm trying to use the new notifications interface. I've added 3 buttons to the notifications, and I want to save something …

android android-intent notifications broadcastreceiver android-4.0-ice-cream-sandwich