android-4.0-ice-cream-sandwich Questions

2

Solved

I have an app, that should be toddler safe. Meaning that, it blocks any single key touch, yet handles long pressing for exiting the app. This is so that, the toddler will be safe from doing (too) n...

5

Solved

The android ActionBar may split into a top and bottom bars if activity's parameter "uiOptions" is set to "splitActionBarWhenNarrow", note this parameter is only valid in ICS. Honeycomb has introdu...

12

I'd like to extend the discussion regarding hiding of the system/navigation bar at the bottom of the screen on Android Ice Cream Sandwich (4.0 and up) tablet devices. There's already a thread ( Is...
Zingale asked 29/3, 2012 at 13:52

2

My view has a white background, and it has to stay that way. I have a TimePicker on that white background.Everything is woking fine with android 2.3.3 but android 4.0.3 has a new timePicker style. ...

2

Solved

I want to auto-start android html5 video using android 4 ice cream sandwich browser. I tried many java-script functions and autobuffer autoplay tags of html5 video. But nothing worked. I start andr...

4

Solved

In a recent question I asked I was directed to this website: http://developer.android.com/design/index.html Amazing site, but it didn't answer one particular question: What are the best prac...

2

I am using Sherlock Library Action Bar, which is similar to the ICS action bars, the place where I am stuck is this @Override public boolean onCreateOptionsMenu(Menu menu) { menu.add("Save") ....

4

Solved

I currently have my application set up with a ListFragment on the left and a DetailsFragment on the right (similar to the layout on the tablet below). On the details fragment (fragment next to t...

2

I am facing a weird problem since I test my applications on ICS. Using the following code on Android 2.X works well (sometimes timeouts happen but very few times) : HttpParams httpParameters = n...
Convex asked 6/2, 2012 at 18:27

1

I'm attempting to get all events happening on selected day in Android 4+. As far as I understand, CalendarContract.Instances is the easiest way of getting events, since it handles both recurring e...
Afterbirth asked 5/10, 2012 at 18:17

2

Solved

I'm looking for a workaround or polyfill for the z-index bug described in this report: http://code.google.com/p/android/issues/detail?id=31862 My markup and CSS looks basically the same as the one...
Ropedancer asked 16/10, 2012 at 20:58

2

Solved

Devices with Ice Cream Sandwich can use on-screen soft keys, and this means that some of the screen estate is taken by these keys. I need to get the real screen resolution, and not the resolution m...
Sulfaguanidine asked 19/12, 2011 at 19:21

2

My app is calling the gallery with an intent that looks like this: Intent intent = new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI); startActivityForR...

3

I am trying to make a autocomplete using AsyncTask with a server. I shared my code here. This is the code for my AutocompleteTextwatcher: AutoCompleteTextView textView = (AutoCompleteTextView) fi...

3

EDIT: I've uploaded a video to youtube demonstrating the bug here: http://www.youtube.com/watch?v=zkDYlgtX5Hk I've got a really weird bug that I found testing my new web application on a Samsung G...

4

Solved

I'm trying to do a simple tab app in android with two tabs. My problem is that when I put this code, in the tab, only is shown the text, but no the icons. If I put the text to "" the icon is shown...

5

Solved

Why does the application (package name) remains blank after upgrading ICS to Android 4.0.3, in my Eclipse logcat? From what I understand, it is an important part of the logs and should not have be...
Clementeclementi asked 23/7, 2012 at 9:27

6

Solved

I'm trying to find way to work with Bluetooth 4.0 (AKA Bluetooth Smart) devices using modern Android smartphones, namely - HTC One V. As I understood, there is some issues using GATT profile even ...

5

I am using OAUTH in a twitter app which sends you to the twitter page within the app where you then sign in and are redirected back to the app where the tokens are handled. This works perfectly in ...
Simulcast asked 31/5, 2012 at 1:21

3

Solved

Question: Where is the default browser on Android 4 derived from ? The user-agent string only contains Safari, not Chrome. If I go into android-market, and download and install Chrome, Firefox a...
Extraordinary asked 13/9, 2012 at 16:8

1

I want to override the home button in my android activity. I have tried out few things related to this which are working for 2.3 and below but not for 4.0 above @Override public boolean onKeyDown(...

4

Solved

Android 4.0 phones only have virtual buttons, which actually go invisible when playing youtube/video at fullscreen (the video portion takes over where the buttons are). I want to do this, but have...
Margit asked 30/12, 2011 at 15:44

4

Solved

Just connected the tried and true ADK accessory to Nexus 7 and Galaxy Nexus - and it failed to connect with "could not read device protocol version" message. Thought that the board died, connected ...

4

Solved

I have recently stumbled upon an issue with android 4.0.3, where Im getting the following Exception as soon as the application starts (on other android versions it works fine): java.lang.NullPoint...
Hughes asked 12/12, 2012 at 23:9

4

Solved

Background: I'm acquireing cookies through my app and use them internally by making requests to http. Users can switch to webview any given time, in which case I sync/inject cookies to webView. C...

© 2022 - 2024 — McMap. All rights reserved.