Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android 3.0 Honeycomb

Android Honeycomb, Get Instance Of Fragments?

I have a PreferenceActivity that loads two Fragments via the xml file for the headers. I don't … Read more Android Honeycomb, Get Instance Of Fragments?

Fragment Loading Spinner/dialog In Honeycomb

When loading data into my Fragments I would would like to have an indeterminate spinner in the midd… Read more Fragment Loading Spinner/dialog In Honeycomb

How To Change Android Overflow Menu Icon

How do i change the Overflow Menu icon on the far right of the action bar as seen in the image belo… Read more How To Change Android Overflow Menu Icon

What Does Calling Bitmap.recycle() On Api 11+ Do?

I know that before API 10 of Android, it was important to call recycle() for Bitmaps that aren'… Read more What Does Calling Bitmap.recycle() On Api 11+ Do?

Can Geocoder Getfromlocation Method Cause A Networkonmainthreadexception To Be Thrown?

I have an app which was tested thoroughly and working fine on Android Gingerbread (and older Androi… Read more Can Geocoder Getfromlocation Method Cause A Networkonmainthreadexception To Be Thrown?

Fragments Onclick Method In Fragment Element

I read quite some articles about fragments, but I am still confused about how to do what. I have a … Read more Fragments Onclick Method In Fragment Element

Custom Preference, Targetsdkversion="11": Missing Indent?

I have a couple of custom DialogPreference implementations floating around, such as this one: packa… Read more Custom Preference, Targetsdkversion="11": Missing Indent?

Android 3.0 Statusbar & Targetsdkversion In Manifest, Menu Button

I needed to dim Honeycomb's status bar on some screens of my app, so I used the View.setSystemU… Read more Android 3.0 Statusbar & Targetsdkversion In Manifest, Menu Button