Top "Android-3.0-honeycomb" questions

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

How do I add a Fragment to an Activity with a programmatically created content view

I want to add a Fragment to an Activity that implements its layout programmatically. I looked over the Fragment documentation …

android android-3.0-honeycomb android-fragments
Animate the transition between fragments

I'm trying to animate the transition between fragments. I got the answer from the following Android Fragments and animation FragmentTransaction …

android android-3.0-honeycomb
How to hide action bar before activity is created, and then show it again?

I need to implement splash screen in my honeycomb app. I use this code in activity's onCreate to show splash: …

android android-3.0-honeycomb android-actionbar
ActionBar text color

how can I change the text color of the ActionBar? I've inherited the Holo Light Theme, I'm able to change …

android android-actionbar android-3.0-honeycomb android-text-color
Android Fragments and animation

How should you implement the sort of sliding that for example the Honeycomb Gmail client uses? Can TransactionManager handle this …

android android-fragments android-3.0-honeycomb
How to implement the Android ActionBar back button?

I have an activity with a listview. When the user click the item, the item "viewer" opens: List1.setOnItemClickListener(new …

java android android-3.0-honeycomb
Why fragments, and when to use fragments instead of activities?

In Android API 11+, Google has released a new class called Fragment. In the videos, Google suggests that whenever possible (link1, …

android android-layout android-fragments android-activity android-3.0-honeycomb
How to set a Fragment tag by code?

I haven't found something like setTag(String tagName) method in the Fragment class. The only way to set a Fragment …

android android-3.0-honeycomb android-fragments
getActionBar() returns null

I'm having an odd problem. I am making an app with targetsdk 13. In my main activity's onCreate method i call …

android android-3.0-honeycomb android-actionbar
Android: How to change the ActionBar "Home" Icon to be something other than the app icon?

My application's main icon consists of two parts in one image: a logo and a few letters below it. This …

android android-3.0-honeycomb android-actionbar