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

images in real android 4.0 device are not looking same as in emulator

i am developing an application for android 4.0. that app in emulator is looking in good size but when we check that application in real device, all images in apps are being very small in size. what should i do? please help me.
0
votes
4 answers

Android app doesn't work on Android 4

I created an Android project on 2.3.3 and tried it on mobile 2.3.3, everything works OK. It didn't work on mobile 4, so I re-built for Android 4, but I have the same problem. This is the code: public void FTP_Download(){ String server =…
SWE
  • 131
  • 2
  • 7
  • 20
0
votes
2 answers

Theme.NoTitleBar.Fullscreen and preferences button

I am working on an app for tablet that uses the Theme.NoTitleBar.Fullscreen: my tablet is under android 4.1.1 and the settings button should be on the top right corner of the app, but with such a style, the button (three little squares aligned…
0
votes
2 answers

Alert dialog Android 2.3 issue

I have a problem with alert dialogs heres my code: new AlertDialog.Builder(GestureShortcutsMainActivity.this) .setTitle("Disclaimer") .setIcon(R.drawable.alert_icon) .setMessage(R.string.disclaimer) .setPositiveButton("I Accept", new…
0
votes
1 answer

Android ICS back button

I developed an application on Android 2.3.3. When I click a button in application, I open next Activity via Intent and populate Linear Layout with data in onCreate method. Then I go to the next activity. When I click back button, previous Activity…
Loadeed
  • 557
  • 2
  • 8
  • 18
0
votes
1 answer

Mount usb storage before using camera

I'm using Ice Cream Sandwich Tablet (7"). When I try to use my camera, this statement pops out "mount usb storage before using camera"....What do I have to do?...thanks
0
votes
1 answer

Android ICS Virtual Button Rotation

Is it possible to rotate the virtual buttons (soft keys) programmatically? I understand that if I enable android:screenOrientation options I can get these buttons to auto-rotate. But sometimes my activity is too heavy to rotate everything. So I am…
0
votes
2 answers

Which Android Operating Systems are supported by OpenCV?

Which Android Operating Systems are supported by OpenCV? It seems that the bare minimum in the examples is 3.0, but does anyone know if you can support older devices? Also vice versa, can it support ICS? How about 4.1 or 4.2? I can't seem to find…
0
votes
1 answer

Android : How to prevent global data on Application relaunch

I tried to make global variables by extending Application class. import android.app.Application; public class GlobalVariable extends Application { private String myState; public String getState() { return myState; …
Android_IT
  • 396
  • 2
  • 5
  • 24
0
votes
0 answers

GridLayout in Android2.3 not worked in Android ICS

I develop one application in Android 4.0. In my application i use Grid Layout It works fine on Android 4.0 device but when i run on Android 2.3 device it gives Exception. I include support jar library for v7 and v13 in my project. I fount following…
Infoware
  • 158
  • 2
  • 16
0
votes
2 answers

From Android 2.3 to android 4

I'm developing an app testing on Android 2.3, and it works wells. In Android 4 I have put all the Network calls inside a Asyntask and now almost all works fine. What else do I have to consider? But when I try to Crop and Images via Intent, first it…
drasick
  • 280
  • 4
  • 14
0
votes
1 answer

XML SAX parsing not working in android 4.0 but in 2.x

I am using XML sax parsing for getting data through web-services. It working fine in 2.2 and 2.3 but not in higher versions like 4.x(ICS). Here my code is... btnlogin.setOnClickListener(new OnClickListener() { public void onClick(View…
0
votes
6 answers

Android how to keep static data on application relaunch?

I am having an abstract class having all static objects and function to store some globel data of the application during the execution session. All data reset to null once I relaunch the application in ICS and above version with Systems's setting…
Android_IT
  • 396
  • 2
  • 5
  • 24
0
votes
1 answer

jQuery Mobile 1.2 PhoneGap/Cordova 2.1 Android 4.0.3 Error loading page

I've read up on the "chromium error: -6" and get the issues with url parameters in the android webview in 3.0+. On startup, my application checks to see if you're authenticated, and if not, executes a $.mobile.changePage to the login page. This…
0
votes
0 answers

Building Android ICS source , getting error 41

I am using 64 bit Ubuntu 10.04 Machine for building ICS android-4.0.1_r1 using the Android Source Link - http://source.android.com/source/downloading.html . I am using the sun-java6-jdk instead of Open Jdk, and I think that is the preferrred…
Raulp
  • 7,758
  • 20
  • 93
  • 155