Android 3.0 (codename Honeycomb) is API level 11 of the mobile operating system developed by Google.
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-fragmentsI'm trying to animate the transition between fragments. I got the answer from the following Android Fragments and animation FragmentTransaction …
android android-3.0-honeycombI 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-actionbarhow 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-colorHow 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-honeycombI have an activity with a listview. When the user click the item, the item "viewer" opens: List1.setOnItemClickListener(new …
java android android-3.0-honeycombIn 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-honeycombI 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-fragmentsI'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-actionbarMy 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