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

AVD Targeting Multiple Platforms

I found a lot of online resources regarding targeting a variety of Android versions from my min-SDK version up through my target-SDK. This includes doing things like reflection or wrapper classes to test for the advanced functionality that may be…
0
votes
1 answer

Pinch to zoom independent axes in 4.0 ice cream sandwich

I developed a mobile app inside Adobe Flex (4.6) and it includes using pinch-to-zoom functionality to zoom in on pictures to make it easier to read words in the pictures. In previous android versions (2.1 to 2.3.3 and 2.3.4 if you're running…
0
votes
1 answer

Android - Get all Alarms set in Clock application? (There might be multiple third party clock application)

I want to write application which displays all the Alarms and Timers set in my device. Lets take this scenario, Assumption: In my device there is one system Clock application and I downloaded 2 third party clock applications. Now lets say, I set 3…
0
votes
1 answer

does it make sense to use greendroid with android 4?

I'm very new to greendroid and I had a quick look on its functionalities. If I want to develop with the android 4 sdk does it still make sense to use greendroid? Is that gonna work? For example let's take the ActionBar. There's one in greendroid…
Alexis
  • 16,629
  • 17
  • 62
  • 107
0
votes
3 answers

Changing background of tabhost workds in ICS but is causing problems in lower versions

To make the tabhost transparent i have implemented the following code.. for(int i = 0; i < th.getTabWidget().getTabCount(); i++) { th.getTabWidget().getChildAt(i).setBackgroundColor(Color.TRANSPARENT); } This changes the background…
0
votes
1 answer

Why would ICS pull an image at a LARGER size than it really is?

I have a process that does a composite of two images, and it works brilliantly across all my devices *except my galaxy nexus which for reasons that I can't understand mis-reports the dimensions of the art, over-estimating it by about 30%. I've tried…
Yevgeny Simkin
  • 27,946
  • 39
  • 137
  • 236
0
votes
1 answer

webview.db is empty in android 4

I am creating an application based on web cache, like offline web view. In android 2.3 I could find in webviewCache.db CACHE TABLE. But in android 4 I cant find that webviewCache.db or CACHE TABLE. And webview.db is also empty (another db). I cant…
Eric
  • 1,171
  • 2
  • 14
  • 27
0
votes
1 answer

Using current location, system crashing on ICS

I am trying to learn the basics of location services and putting "pins" to mark locations. I'm not sure whether this is the best approach, or what the alternatives are. What would be a better, or just a simpler way of doing this? Or what is the…
0
votes
1 answer

Getting error for converting IBinder to ISurface in Android 4.0.3

We are getting error in converting from IBinder to ISurface. The code used to convert is, interface_cast(data.readStrongBinder()); Error is, "undefined reference toandroid::ISurface::asInterface(android::sp const&)'`" Kindly help. ABS
ABS
  • 141
  • 3
0
votes
2 answers

Webview Doesn't shows the images in android 4.0?

Recently I was working on an app for Android 2.2 . I am using the same app on android 4.0 But, the webview doesn't displays the images and just shows a white screen. I have just used simple code: WebView mWebView2 = (WebView)…
Navdroid
  • 4,453
  • 7
  • 29
  • 47
0
votes
1 answer

I can't connect to server on ICS 4.0.4?

On Gingerbread 2.3,my application can run and can connect to server. But on ICS 4.0.4, can run but can't to connect to server. I can connect to server on browser on ICS. What is cause and how to solve it. public class NFC_readerActivity extends…
Pack Man
  • 1
  • 2
0
votes
2 answers

Is Android tablet development as easily done on ICS?

My future employer keeps telling me to make sure I have a Honeycomb tablet to develop a 'Mag+' tablet magazine on — and on the website it says, "Publish to both iPad & Android Honeycomb tablets" which may just not have been updated. My employer…
0
votes
2 answers

How to set clipboard in android emulator for ice cream sandwich?

I found a command-line solution to set the clipboard text in a Gingerbread AVD, but this command-line doesn't work when I'm running an ICS AVD. I built a script from this page: Pasting text into Android emulator clipboard using adb shell . Again,…
0
votes
2 answers

How to modify ListView on ICS so it looks like an about activity in google+ app?

I want to do a similar activity in my app. I know how to modify the Adapter class, but in my opinion it's difficult for this situation. Is there more simple way to do a similar activity? Image is here:
0
votes
1 answer

Google Play application compatibility

I have a problem whith my application on Google Play. In fact my app it's not compatible with custom rom like miui, custom Ics... For example I can't download my app from google play with my GS2 on miui and my friend can download it with is GS2 on…