Top "Android-3.0-honeycomb" questions

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

How to close an ActionMode menu programmatically on Honeycomb?

In my application there is a ListFragment where each item from the list contains a checkbox. Whenever the user clicks …

android android-fragments android-3.0-honeycomb contextual-action-bar
Disable Home Button in Android ICS (4.0)

I am making a proprietary app for a company which will never release it to the Android Market (or Play …

android android-3.0-honeycomb android-4.0-ice-cream-sandwich keyguard
ActionBar Dropdown Spinner item defaults to first item

I'm trying to set the index of the item that needs to be selected in the spinner by default, but …

android android-3.0-honeycomb
Show fragment as a dialog or as a usual activity

In my app I've got a fragment which is called "About". On handhelds I want this fragment to look like …

android android-3.0-honeycomb fragment
android searchview setOnActionExpandListener on Honeycomb 3.2

I'm developing an app for Android 3.2 and greater with android-support-v4. I need to implement OnActionExpandListener for "intercept" when SearchView in …

java android android-actionbar android-3.0-honeycomb searchview
Keyboard layout hiding android action bar?

In my Android application running in a XOOM device, when I click in an Edittext the keyboard opens and hides …

android android-layout android-3.0-honeycomb android-actionbar xoom
Retain Fragment state between Activities

Its possible to retain a Fragment between Activities? Lets say I have Activity A with Fragment F_Left placed at …

android android-activity android-3.0-honeycomb android-fragments
Implementing ActionBar tabs with v4 Fragments API

My app is currently using the Fragments/v4 compatibility package to support Android versions all the way down to 1.6. This …

android tabs android-3.0-honeycomb android-actionbar
Appwidget size calculation

It might be me, but when I calculate minimum app widget sizes according to the formula given on the android …

android android-4.0-ice-cream-sandwich android-3.0-honeycomb android-appwidget android-2.3-gingerbread
Replacing an ActionBar menu item icon with an indeterminate ProgressBar

I would like to add an indeterminate progress bar to the Honeycomb ActionBar, so that any time the user presses "…

java android android-3.0-honeycomb android-actionbar