Questions tagged [android-4.0-ice-cream-sandwich]

Android 4.0 (codename Ice Cream Sandwich) is API level 14 of the mobile operating system developed by Google. This version delivers a refined, unified UI for phones and tablets and introduces innovative features for users and developers.

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

This version delivers a refined, unified UI for phones and tablets and introduces innovative features for users and developers.

It was released on 19th October 2011.

More info:

1251 questions
8
votes
1 answer

Android Accelerated emulator keeps rebooting

I'm used to test application on both real devices and AVD. Since ICS virtual device was very slow, I decided to try the accelerated emulator. I followed instructions and successfully set up an accelerated virtual machine using Intel Virtualization…
Shine
  • 3,788
  • 1
  • 36
  • 59
8
votes
4 answers

Tab icon not showing

I'm trying to do a simple tab app in android with two tabs. My problem is that when I put this code, in the tab, only is shown the text, but no the icons. If I put the text to "" the icon is shown. Could someone help me? My android version is…
7
votes
1 answer

Can someone shed some light on this ANR log?

Received this ANR report on the Developer Console, and I thought it was a bit weird. Seems like it's something with File, but I'm not too sure, so I was hoping someone could shed some light on it. Thanks a lot! DALVIK THREADS: (mutexes: tll=0 tsl=0…
Michell Bak
  • 13,182
  • 11
  • 64
  • 121
7
votes
1 answer

Android: ActionBarSherlock search widget

I currently have an application in the play store for both tablets and smartphone runnings Android 3.0+ (http://tinyurl.com/cnejnjs). In order to appeal to more users I am looking into getting the application to work on a large range of devices. I…
7
votes
1 answer

Long text goes to next line on ICS, but not on GB and below

The first time I noticed this was with AlertDialogs putting the entire message on the first line, even when I specified a new line("\n"). On ICS it displays the correct way, but for the life of me, I couldn't get it to work on GB. Recently I've run…
r2DoesInc
  • 3,759
  • 3
  • 29
  • 60
7
votes
2 answers

Android 4.0.3 and finish activity

I have and Activity A calling Activity B. Then Activity B dials a number and then on the IDLE-OFFHOOK- IDLE state I call ActivityB.this.finish() so that activity A shows on front. This all worked fine from Android 2.3.x till version 4.0. Now it…
7
votes
2 answers

How to use NumberPicker widget Android 4.0

I am trying to configure the NumberPicker widget using API 14. There are very little tutorials or instructions online that would help me set it up properly. so far I have the following code implemented in main.xml:
7
votes
2 answers

Videos not playing in fullscreen mode

I am getting a NPE when trying to play embeded video in webview in FULLSCREEN. It is working fine with 3.0 honeycomb but not with ICS 4.0+. Any idea how this can be resolved? java.lang.NullPointerException at…
fdmirza
  • 311
  • 1
  • 2
  • 7
7
votes
1 answer

NFC can't send data Android 4.0.3

I have an NFC Device (SCL3711) and Google Nexus S phone. I have write an application which send data from the phone to NFC Device and vice versa. Everything works excellent on Android 2.3.3. Now I update my Nexus S operating System to 4.0.3 Ice…
Viktor Apoyan
  • 10,655
  • 22
  • 85
  • 147
7
votes
3 answers

android - show menu button on galaxy nexus

i need to have the menu button shown for some activities on galaxy nexus . i can't find how to do that, since it hides it by default . i don't wish to create an action bar since it takes more space that i want to use to other things . when setting…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
7
votes
1 answer

Android 4.0 asynctask at the same time not possible

I have the same problem Running multiple AsyncTasks at the same time -- not possible? except I use android 4.0 with android:minSdkVersion="14". I tried his example, and get also : bar bar bar bar bar bar bar bar bar EDIT : I found the solution…
7
votes
1 answer

Android Toast notification is too small in Ice Cream Sandwich

Has anyone had any problems with the Toast Notifications in Ice Cream Sandwich being too small? In my application, the notifications look fine on all other versions. In Ice Cream Sandwich, however, its incredibly tiny. At first I thought that it…
littleK
  • 19,521
  • 30
  • 128
  • 188
7
votes
4 answers

Gradient compatibility issue - ICS defaults to fewer colors than all the previous versions of Android

Gingerbread (2.3.3) emulator left, ICS (4.0.3) emulator right. Notice the gradient fade effect difference inside the red box (open in separate window to see the full sized image). Mainview background:
Indrek Kõue
  • 6,449
  • 8
  • 37
  • 69
7
votes
2 answers

Distinguish between Tablet and Smart phone on ICS

I understand that by default (pre ICS), to distinguish between a Tablet & Smartphone, a developer can use the sdk version in the Android Manifest (apart from screen size and openGL filters). Now with ICS running on both SP and Tablet, what options…
AAP
  • 1,246
  • 12
  • 21
7
votes
2 answers

In Android 4.0 Navigation Bar hijack first touch event

In Android 4.0 on devices without hardware navigation keys, Android will render navigation bar. You can hide it, if you want by using setSystemUiVisibility(). If that is done, lets say if you want to get as much screen as possible for playback, when…
Perun
  • 141
  • 1
  • 5