Top "Android-3.0-honeycomb" questions

Android 3.0 (codename Honeycomb) is API level 11 of the mobile operating system developed by Google.

Is there a method that works like start fragment for result?

I currently have a fragment in an overlay. This is for signing in to the service. In the phone app, …

android android-3.0-honeycomb android-fragments
Remove application icon and title from Honeycomb action bar

How can I remove the application icon & title which comes by default in an action bar? There is a …

android android-actionbar android-3.0-honeycomb
Connect USB device to Android Emulator?

We've been looking into Android 3.1+ and its ability to read/write to USB devices connected to the OTG/Host port. …

android android-emulator usb android-3.0-honeycomb
Converting input stream into bitmap

I have problems converting a input stream from web into bitmap. Problem occurs only when input image type is .BMP (…

java android multithreading inputstream android-3.0-honeycomb
SearchView's OnCloseListener doesn't work

I'm trying to add support for the SearchView in the Android 3.0+ ActionBar, but I can't get the OnCloseListener to work. …

android android-3.0-honeycomb android-4.0-ice-cream-sandwich android-actionbar
Updating an ongoing notification quietly

I have a service which connects to other devices wirelessly. When the service is enabled, I have an ongoing notification …

android notifications android-3.0-honeycomb
Custom Translucent Android ActionBar

I've been scouring the interwebs (e.g. Android documentation, answers here, etc.) for the answer to what I thought would …

android android-actionbar android-5.0-lollipop android-4.0-ice-cream-sandwich android-3.0-honeycomb
Is possible install Eclipse IDE in a Galaxy Tab?

Since Eclipse can run in Linux and this tablet has the new Honeycomb (Linux Kernel), can Eclipse IDE run in …

android eclipse tablet android-3.0-honeycomb galaxy
How to dismiss keyboard in Android SearchView?

I have a searchView in the ActionBar. I want to dismiss the keyboard when the user is done with input. …

android android-actionbar android-3.0-honeycomb searchview