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

Developing InputMethod For Burmese :: Android

I am developing Burmese Input Method for android 4.0. I am following the sample soft keyboard provided in API Demos. Now My question is In qwert.xml of sample soft keyboard.I got the following. ....
0
votes
1 answer

Vertical text spacing changed in Android 4.0

I have an app that allows the user to change the text size. On Android 2.X when you made the text smaller the vertical spacing got smaller too. On 4.X the text gets smaller and the spacing remains the same. The call that I am using to change the…
TomZ
  • 7
  • 2
  • 6
0
votes
1 answer

Android, Call API 14 method but should stay compatible with API 4

If the device is running ICS I want to hide the status bar with: getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE); But the View.SYSTEM_UI_FLAG_LOW_PROFILE parameter is defined in Android API 14. My manifest is…
Ion Aalbers
  • 7,830
  • 3
  • 37
  • 50
0
votes
1 answer

Notifications on an app after it is shut down with the 4.0 android task manager?

I'm using C2DM in my application, and I have a receiver, which sends data to a class in the application. The class creates a notification and notifies the notification manager to post it. The problem is that this does not work when the app is…
0
votes
1 answer

Parsing data from hdp device for android (API 15)

I am using the HDP Sample and I have a Blood pressure sensor (http://www.andonline.com/medical/products/details.php?catname=&product_num=UA-767PBT-C). I get the data from it, but I don't know how to parse it into something human readable. this is…
0
votes
1 answer

Is it smart to publish tab-activity-based app to Android 4.0+ devices?

I have a TabActivity-based project which I want to publish to Android 4.0+ devices as well. When I load it with SDK 4.0+ library, I receive a warning "android.app.TabActivity" is deprecated. We all know that this is due to the fact that fragments…
0
votes
2 answers

FragmentActivity with Tabs using FragmentPagerAdapter

I'm developing a small android mobile application with a tab based interface. One tab shows a Map and another tab will show search functionality. I'm running into an annoying problem with the map, where if I pan left (swipe) on the map, it will go…
mainstringargs
  • 13,563
  • 35
  • 109
  • 174
0
votes
2 answers

how to make own android app looks fine?

I have samsung sgs2 with official ics. Google apps look fine on my android(gmail, maps, etc), they use native ics widgets, but my own apps use samsung's widgets. How to specify in config files in projects, that I want to use native android ics…
0
votes
2 answers

Appcelerator titanium TableView with Android 4.x zoomed out

I am working on appcelerator titanium. After I copied almost the same code in KitchenSink to do a tableview, I ended up with a zoomed out TableView when i display it in my device ( android 4 on Galaxy Nexus ). Zoomed out means font and images are…
0
votes
1 answer

Android: Alert dialogs for API 15 compatible for API grater than 8

I noticed that since I changed the build target to 4.0 i got a lot of warning. Almost all of them where referred to the showDialog / hideDialog used for all my alerts inside my app that are now deprecated. I've seen Google introduced the Fragments…
0
votes
1 answer

Is there a way to make an ICS Tab Bar to become backwards compatible with Gingerbread and Froyo?

Or is there a close equivalent to making this control work pre-ICS? I got ActionBar covered with ActionBarSherlock, but I'm not sure how to get TabBar working the same way...
0
votes
1 answer

Ui does not come to foreground on Ice Cream Sandwitch

I have code which was working before Ice cream sandwich was born. but seems like now i have problem with this kid. Intent intent=new Intent(this, com.myUI.class) intent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP |…
0
votes
1 answer

Android Holo Theme not working in Emulator

I added a themes.xml in /res/values-v11 and made sure that my Themes defined there extend "@android:style/Theme.Holo.Light" or "@android:style/Theme.Holo". When running my app on the Galaxy Nexus everything looks fine. When running it on an Emulator…
icyerasor
  • 4,973
  • 1
  • 43
  • 52
0
votes
1 answer

android 4 hilight selected button in WebView

I have written a simple WebView app and tested it on android 2.3. When I press the up/down arrow keys the selected buttons is highlited by an orange frame. I've tested this application in the emulator with android 4 and there is no highliting. I can…
bara
  • 2,964
  • 2
  • 26
  • 24
0
votes
2 answers

Banding on ICS Holo Theme

I'm seeing banding on my activities using the Holo theme on my Samsung Galaxy Nexus, Android version 4.0.2. Below is a screenshot of my PreferenceActivity, taken from the Nexus using DDMS, which illustrates the issue. I have tried adding (to no…
timothyjc
  • 2,188
  • 3
  • 29
  • 54