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
0
votes
1 answer

HTC Face Unlock Training

As described in this question on android.se regarding Face Unlock on HTC phones, it was discovered that HTC in all their wisdom have removed the ability to 'train' faces from their settings menu. I was hoping to be able to write a one button app…
Rory
  • 2,175
  • 1
  • 27
  • 37
0
votes
1 answer

PagerAdapter.instantiateItem called periodically in ICS

I have an application which uses ViewPager. Inside the ViewPager I don't use Fragments, just inflated views (a RelativeLayout with some content). These views are pre-created and held in a List. I created simple PagerAdapter implementation which…
0
votes
1 answer

Is there any way to clear the Voicemail notification that was added by my app in ICS?

My app is using the new VoicemailContract functionality in ICS to insert voicemails that show up in the stock call log. I've got it working perfectly, but I can't figure out how to control the new Voicemail notification that pops up when the new…
0
votes
1 answer

GridView layout like Android 4.0 Gallery

I'm trying to use the GridView to create an image gallery index that will look similar to the Ice Cream Sandwhich gallery app: http://www.techdron.com/wp-content/uploads/2011/10/sw_albums.jpg (Sorry I can't use the img tag yet) I'm looked at all of…
selsine
  • 2,813
  • 2
  • 21
  • 22
0
votes
1 answer

Android ICS Camera behaviour

In case of ICS if we keep swiping while boot animation is happening do we expect the camera to turn on during or after boot to home screen happens ?
0
votes
1 answer

Android ICS Unlock Screen - View

I would like to know if there is a view I could use which seems like the unlock circle view in ICS ( Android 4.0 ) Thanks
Mathieu de Brito
  • 2,536
  • 2
  • 26
  • 30
0
votes
1 answer

SWF Full screen error on Android ICS 4.0.3 - Tested on SGS2

I'm developing an app that displays swf's inside a webview. My problem (ICS 4.0.3 only) , is that whenever I click the full screen button inside the swf the app displays a black screen for a couple of seconds and then crashes. I've tested the same…
Pedro Lobito
  • 94,083
  • 31
  • 258
  • 268
0
votes
3 answers

how to make android 2.2 app work in android 4?

how to make android 2.2 app work in android 4 ? Is it a great refactoring work? or is it just some sdk settings to change in the project? BTW : which the better case : - adapted android 2.2 app that will work with android 4 ? - android 4 app with…
Alexis
  • 16,629
  • 17
  • 62
  • 107
0
votes
1 answer

Action Item shown only in Landscape?

I was just wondering if it were at all possible for an Action Bar icon to only be shown when the device is in landscape mode? In portrait I have an onscreen button for a certain task, but in order to take advantage of all of the screen-space in…
-1
votes
2 answers

Android AsyncTask Threading

Dear Stackoverflow programmers, I've made an app a few months ago and it is working flawelessly. However, on the new Android ICS it started crashing. I looked it up and i get a Network On Main Thread Exception. I tried to rewrite my code but i can't…
-1
votes
1 answer

How to fix: adb does not recognize my android device (android 4.0)

When i try adb shell it shows error device not found My device that i mentioned is: Huawei Ascend D1 quad XL Model:U9510E OS:Android 4.0 Kernel Version:3.0.8-02106-g92c8d16 I am on Windows.
Devon
  • 1
  • 1
-1
votes
2 answers

Android app error for android 4.0

I can't run my application in phone with android version 4.0. But I can run my application on phone android 2.3. Here is the logcat: 10-25 11:58:59.505: D/dalvikvm(23464): GC_FOR_ALLOC freed 117K, 12% free 9492K/10759K, paused 13ms, total 16ms 10-25…
-1
votes
1 answer

To receive a boot complete intent in ICS?

I am having a broadcast receiver that starts a service in ICS. I have not activity associated with the code. The issue that I am facing is that I am unable to receive the BOOT COMPLETED broadcast in my receiver. Is there a round about solution for…
Govind
  • 21
  • 1
  • 1
-1
votes
1 answer

Troubles starting to develop on froyo

Doing an Apprenticeship, a company told me to develop an app for Jelly-bean, but suddenly now they want to port some of my work to froyo. I wanted to start over but i can't even start, changing a TextView text drops me a…
-1
votes
1 answer

Dropdown menu for mobile devices with Android (especially ICS)

I am not an Android developer, I am just creating a website with a dropdown menu. Now I was told that this website has to be compatible with mobile devices too. I use Wordpress for creating this website and when I used a widget for my menu, it did…
Katy
  • 199
  • 2
  • 4
  • 12
1 2 3
83
84