Top "Android-3.0-honeycomb" questions

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

Which theme attribute changes the text color of an EditText's error message

In my form I use setError("") on an EditText field. My Application-Theme extends android:Theme.Holo. I have manually set …

android themes android-edittext android-3.0-honeycomb
How should a fragment get notified about the result of an asynchronous task?

I have an Activity that uses fragments. These fragments may come and go, based on the users interactions. Many of …

android android-fragments android-3.0-honeycomb
Is there a standard way to add dividers between action bar items in Android 3.0?

I have a slight problem trying to customise the look of the action bar in my app. I want to …

android layout menuitem android-3.0-honeycomb android-actionbar
Fragment loading spinner/dialog in Honeycomb

When loading data into my Fragments I would would like to have an indeterminate spinner in the middle of the …

android spinner progressdialog android-fragments android-3.0-honeycomb
Start activity from preference-headers

I'm implementing n-layer PreferenceActivities 1st layer PreferenceActivity is loaded from preference-headers. First header creates fragment of settings which is a …

android android-fragments preferenceactivity android-3.0-honeycomb
What to do about ListActivity/MapActivity when converting to Fragments using the compatibility library?

I'm converting an existing app to the Fragments API using the compatibility library. I've read that you're supposed to update …

android android-3.0-honeycomb android-fragments
Android loaders, the way to go?

I am used to building lists in android using adapters. If I need some long-to-get data, I use an asynctask, …

android list android-4.0-ice-cream-sandwich android-3.0-honeycomb
Strategies for Honeycomb & backward compatibility

So we've seen the preview sdk and the neat new stuff like ActionBar and Fragments. Making a lot of method …

android backwards-compatibility android-3.0-honeycomb
Patterns when to use Activity Transition vs Dynamic Fragments

Are there any patterns on how to handle UI Transitions in Android Activities vs Fragments? I am currently looking into …

android android-layout android-3.0-honeycomb android-fragments android-activity