android-4.0-ice-cream-sandwich Questions

3

Solved

It's known to be difficult to get selected text in a WebView because WebView text selection is actually handled by a private class, WebTextView. However, with the recently released Android 4.0 De...

2

Solved

I want to add a button to my app in Android and capture the event on this button (onclick) after a couple of seconds pushing the button, so it doesn't react at the first touch. Is this possible to ...
Octofoil asked 19/2, 2014 at 12:30

1

Solved

I need to hide my application screen from the list of running applications when you click the Recent Apps button in Android 4.x. The data that my application contains could leak sensitive informati...

7

Solved

How to know in settings "Don't keep activities" option is enabled in ics via code. If it is in enabled,how to prevent the activity. Note: I have used more activities in my application.Because of t...
Cairn asked 25/7, 2012 at 12:40

4

Solved

I've edited this code to move the Rect instantiations out of the onDraw method. I've tested it on several devices. public class BallBouncesActivity extends Activity { BallBounces ball; @Overrid...
Farthingale asked 31/1, 2013 at 1:42

3

i want to disconnect outgoing call in ICS. My issue is first of all I am not getting the broadcast in IC` in Gingerbread it is working fine and blocking the calls but in ICS its not Broadcasting. ...
Pulmonary asked 11/4, 2013 at 10:3

5

Solved

In Gingerbread, I had no issues with using smoothScrollToPosition() to scroll across dozens of items at a time. After my Nexus S was upgraded to Ice Cream Sandwich, I noticed that no matter what I ...
Adur asked 4/7, 2012 at 18:56

7

Solved

When trying to create and start an Android 4.0 emulator I get the Android emulator skin but the OS doesn't seem to start. I've installed the ARM EABI v7 package from Android SDK manager at tried t...

2

Solved

For some reason, when testing on my Motorola Xoom with Ice Cream Sandwich, the App Icon in the Action Bar is not clickable, even though I have implemented an event handler. This only occurs after c...

1

I'm exploring VPN Connectivity in Android. I want to know how to setup a VPN connection in Android using an application. I came across some sample code named ToyVpn. I ran the application b...
Tight asked 5/11, 2012 at 13:50

2

Solved

I wrote some service which uses BroadcastReceiver to capture one of media buttons ("play button" from a headset), and it works perfectly on android 2.3.x (HTC Nexus One or HTC Desire) When I tried...

2

I am writing an Android ApplicationTestCase (TemperatureConverterApplicationTests example found in Android Application Testing Guide by Diego T. Milano on page 171). The example was written for And...
Inequality asked 6/1, 2013 at 13:57

3

Solved

Android action bar compat Is it possible? On older devices (pre 3.0) the items that don't fit the action bar are only shown when the menu key is pressed, I want these items to be grouped in the act...

10

Solved

I just bought a Galaxy Nexus, now I got a problem, my ADB doesn't recognize it. The Point is when I connect it, it shows it as Storage-Device on my Computer but it isn't listed as an ADB Device. W...
Schoolfellow asked 10/1, 2012 at 10:33

3

Solved

I've followed the development pages on the android dev site, but I cannot get my action bar to split to the top and bottom of the screen. I've got a menu xml defined with a couple of options: &lt...

5

Solved

I'm developing an app using Android 4.0 ICS and fragments. Consider this modified example from the ICS 4.0.3 (API level 15) API's demo example app: public class FragmentTabs extends Activity { p...
Selfcontent asked 11/6, 2012 at 15:44

2

Solved

in my code i'm using the a function with "query text change" but it's only supported from android 11 this is a simple search bar. how to verify the current version of android, and show a different ...
Pure asked 6/9, 2013 at 18:39

1

I am experiencing an odd issue with a video streaming application I am working on. The actual streaming of video/audio is working fine on all of my test devices. However, on seemingly any device 4....

1

How do I set the actionbar mode at runtime to not-overlay or overlay with the content at runtime? I tried using getWindow().requestFeature(Window.FEATURE_ACTIONBAR_OVERLAY) but it doesn't allow to ...
Metage asked 30/10, 2012 at 16:28

1

(revised... now I'm running JB, and still have the same problem that I did more than a year ago) I have Jellybean (4.2) installed on my Xoom & Galaxy S3 (CM10.1), and I'm trying to write a Tas...
Goldstone asked 24/1, 2012 at 15:41

5

Solved

Ice Cream Sandwich (Android 4.0) adds the option of having the Action Bar at the bottom of the screen on phones, and that's something I'd love to have in an application of mine. The docs mention ui...
Arcuate asked 11/12, 2011 at 15:48

2

Solved

I need to have a text that will be shown to the user, and it will be possible to select a part of it and copy it to the clipboard. But without the keyboard open. I know that on api 11 and newer i c...
Dukedom asked 23/4, 2013 at 10:44

6

Solved

In Ice Cream Sandwich, when there's an Activity containing an EditText, the EditText will retain the Activity's Context even after the user leaves the Activity. To demonstrate this I've created Tes...
Seabrooke asked 13/12, 2011 at 23:57

8

Solved

The Problem: The Question The paragraph will fill the complete width of the page in Firefox Firefox Mobile (tested with 4.0.3 on SGS2) Chrome Chrome Mobile Beta (tested with 4.0.3 on SGS2) Inter...
Diadelphous asked 23/2, 2012 at 17:46

4

Solved

I successfully Downloaded the source code for Android 4.0.3. But I am unable to compile it on my machine. My Machine configuration is UBUNTU 11.10 64 bit,4 GB RAM When I am running the lunch comm...
Agnew asked 12/4, 2012 at 13:25

© 2022 - 2024 — McMap. All rights reserved.