Top "Android-3.0-honeycomb" questions

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

Android replace the current fragment with another fragment

I just started with fragment design for HoneyComb. I created two fragments. When i click a button in the left …

android android-3.0-honeycomb android-fragments
Unable to resolve host "<insert URL here>" No address associated with hostname

I tried following this tutorial: Getting Data from the Web I tried implementing it on Android 3.0, the latest platform for …

android android-asynctask android-3.0-honeycomb urlconnection
Fragments onResume from back stack

I'm using the compatibility package to use Fragments with Android 2.2. When using fragments, and adding transitions between them to the …

android android-fragments compatibility android-3.0-honeycomb back-stack
How to add a Dropdown item on the action bar

In my Android Honeycomb application I use Tabs as the navigation style. I would like to add one item next …

android android-layout android-3.0-honeycomb android-actionbar android-spinner
Fragment already added IllegalStateException

I use this method on my container Activity to show a BFrag public void showBFrag() { // Start a new FragmentTransaction FragmentTransaction …

android android-3.0-honeycomb android-fragments fragment illegalstateexception
How to use Holo.Light theme, and fall back to 'Light' on pre-honeycomb devices?

I'd like to use the Holo.Light theme on devices that support it, and fall back to the regular Light …

android android-4.0-ice-cream-sandwich android-theme android-3.0-honeycomb
How to add submenu items to ActionBar action in code?

Via xml I can add submenu items to my action in the ActionBar. main_menu.xml: <?xml version="1.0" encoding="…

android android-3.0-honeycomb menuitem android-actionbar
ActionBar background image

I've inherited the Holo Light Theme and customized the background of the ActionBar with the following: Content of styles.xml &…

android android-3.0-honeycomb android-actionbar
Implementing horizontal/vertical finger swipe scrolling in android honeycomb webview/webkit?

I am planning to implement Honeycomb tablet application based on WebView (so, basically it'll be a HTML5 web based application …

android html webkit webview android-3.0-honeycomb
Changing overflow icon in the action bar

Is it possible to change the overflow icon in the action bar? I have blue icons for all ActionBar items …

android android-3.0-honeycomb android-actionbar android-4.0-ice-cream-sandwich