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.

Hide ICS back home task switcher buttons

Just wondering how to hide the ICS back/home/etc software buttons programmatically. Just like the Youtube apps does when …

android fullscreen android-4.0-ice-cream-sandwich
is there a way to disable hardware acceleration only for android 4.0.3?

I have recently stumbled upon an issue with android 4.0.3, where Im getting the following Exception as soon as the application …

android android-4.0-ice-cream-sandwich
accessibility service is not started

I want to log all toasts events in android ics (4.0.3), but I was unable to log any system event. Service …

android android-4.0-ice-cream-sandwich toast accessibility-api
Roboto font for Android 4+?

Do I need to use Roboto font and put it to asset folder if my app will support only Android 4+ …

android fonts android-4.0-ice-cream-sandwich assets
Android Ice Cream Sandwich Edittext: Disabling Spell Check and Word Wrap

Whilst testing on the Android Emulator running Android 4.0 (Ice Cream Sandwich), I have noticed that the Edittext does some quite …

android android-edittext spell-checking word-wrap android-4.0-ice-cream-sandwich
Android ICS 4.0 NDK NewStringUTF is crashing down the App

I have a method in JNI C/C++ which takes jstring and returns back jstring some thing like as below, …

android android-ndk java-native-interface android-4.0-ice-cream-sandwich android-ndk-r7
WebView "flashing" with white background if hardware acceleration is enabled (Android 3.0+)

I have an issue with the WebView (Android 3.0+), which the WebView always displays a white background before display my black …

android webview android-3.0-honeycomb android-4.0-ice-cream-sandwich hardware-acceleration
Android app doesn't call "onDestroy()" when killed (ICS)

I'm developing an android app using bluetooth communication (using a propetary protocol) and I need to catch the moment when …

android android-4.0-ice-cream-sandwich ondestroy
ErrnoException: isConnected failed: EHOSTUNREACH (No route to host) when changing the wifi network using ICS

When using my app on ics, after I change my wifi network from networkA to networkB all the requests for …

android android-4.0-ice-cream-sandwich
How to force overflow menu on android actionbar compat?

Android action bar compat Is it possible? On older devices (pre 3.0) the items that don't fit the action bar are …

android overflow android-4.0-ice-cream-sandwich android-actionbar actionbarsherlock