Android 3.0 (codename Honeycomb) is API level 11 of the mobile operating system developed by Google.
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-fragmentsHow can I remove the application icon & title which comes by default in an action bar? There is a …
android android-actionbar android-3.0-honeycombWe'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-honeycombI 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-honeycombI'm a fan of the menu button as used in Android <3.0, as it was very useful for my game …
android compatibility android-3.0-honeycomb android-4.0-ice-cream-sandwich android-4.2-jelly-beanI'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-actionbarI have a service which connects to other devices wirelessly. When the service is enabled, I have an ongoing notification …
android notifications android-3.0-honeycombI'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-honeycombSince 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 galaxyI 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