Top "Android-3.0-honeycomb" questions

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

Positioning menu items to the left of the ActionBar in Honeycomb

I want to position some menu items to the left of Honycomb's ActionBar, but have found no documentation showing how …

android android-3.0-honeycomb android-actionbar
MapView in a Fragment (Honeycomb)

now that the final SDK is out with google apis - what is the best way to create a Fragment …

android google-maps android-fragments android-maps android-3.0-honeycomb
Retain the Fragment object while rotating

I have developed an app in Honeycomb and I am using fragments. This is my app I have an Activity (…

android android-fragments android-3.0-honeycomb screen-rotation
How to use the Holo.Light theme but have the ActionBar use Holo withouth ICS?

I would like to have a dark ActionBar but have the rest of the application use the Holo.Light theme. …

android themes android-3.0-honeycomb android-actionbar
Was PreferenceFragment intentionally excluded from the compatibility package?

I'm looking to write preferences that can be applied to both 3.0 and pre-3.0 devices. Discovering that PreferenceActivity contains deprecated methods (…

android compatibility android-3.0-honeycomb
ViewPager: Recursive entry to executePendingTransactions

I have a ViewPager within a ViewPager and I am getting this exception 09-07 18:30:26.392: ERROR/AndroidRuntime(841): FATAL EXCEPTION: main java.…

android android-3.0-honeycomb
Is there a way to get references for all currently active fragments in an Activity?

I haven't found a simple way to get all currently active (visible, currently in Resumed state) Fragments in an Activity. …

android android-fragments android-3.0-honeycomb
Is it possible to display icons in a PopupMenu?

I really like the new PopupMenu we got in 3.0, but I just can't display any icons next to the menu …

android android-3.0-honeycomb
Hide Tablet system bar

I want to hide system bar for tablet device. I searched a lot but not succeed. I added image for …

android android-3.0-honeycomb tablet statusbar
How can I customize the Action Mode's color and text?

The default action mode (3.0 and up) comes with a green theme and a 'Done' button on the left side. How …

android android-actionbar android-3.0-honeycomb android-actionmode