Android 3.0 (codename Honeycomb) is API level 11 of the mobile operating system developed by Google.
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-honeycombI 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-honeycombI 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-actionbarWhen 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-honeycombI'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-honeycombI'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-fragmentsWhat I would like to achieve: I have two different fragments. I would like them both to show the same …
android android-fragments android-3.0-honeycomb android-loadermanager android-fragmentactivityI 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-honeycombSo 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-honeycombAre 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