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
-1
votes
3 answers

How can I update the look of my Android app?

I have got an Android app that I built a while ago and that was built for Android 2.3.3. The problem is that i looks very clunky as it uses those old 2.3.3 buttons and text edits. My question: Is it possible to change the look to Android 4.0? I…
user1420042
  • 1,689
  • 9
  • 35
  • 53
-1
votes
2 answers

Samsung Galaxy S2 or Samsung Nexus i9250 for testing?

Since I want to develop for ICS I would like to buy a 4.0.3 smartphone for testing my applications. I don't want to release apps I only tested with emulators (I guess who's ever developed j2me apps knows why...). I have to choose between the S2 and…
Wolfen
  • 380
  • 1
  • 5
  • 18
-1
votes
1 answer

Are any android devices capable of connecting to an AP and another device simultaneously?

Since I don't have an Android 4.0 device I haven't been able to test this myself. Also I wonder if connecting device A (a smartphone) to device B (a wifi direct capable device) using Wifi direct would mean that device A would assume it is provided…
-1
votes
1 answer

Android Application is not crashing in emulator 2.3.3 but crash in device 4.0.3

I have a app which was working properly on device Android 2.3.3. But is not working properly on Android 4.0.3 device. Errors are App crash at start. Grid-view icon not clickable after clicked once. Works again on restart for once. These are…
-2
votes
2 answers

onCreate called before onActivityResult - Starting new activity always causes previous acitity finish

(I'm not newbie!, and memory was sufficient.) I'm working on android ICS(SDK 4.0) and a i got weird activity lifecycle when i call startActivityResult. the prior one destroys everytime!! When another activity is called and came to front and overlap,…
-3
votes
2 answers

Disable home button in android 4.x

As I am developing an app for kids, I need to disable home button so that they won't close the app on class. Anyone know how to disable it in android 4.X? (The home button is a real one but not virtual button on screen)
1 2 3
83
84