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

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

Android Proxy Wifi Vs Mobile

I know it is a mess when it comes to proxy support in Android and a lot of frustration too. I read … Read more Android Proxy Wifi Vs Mobile

Android_asset Not Working On Honeycomb?

I have a shipping Android application that displays occasional static webpages that are included in… Read more Android_asset Not Working On Honeycomb?

Android List View Selected Item Style Not Showing Until User Scrolls

I am currently working on an Android tablet application which has two fragments, a list fragment an… Read more Android List View Selected Item Style Not Showing Until User Scrolls

Can Honeycomb Loaders Solve Problems With Asynctask + Ui Update?

Doing something in background and then updating UI is very hard to implement correctly in Android. … Read more Can Honeycomb Loaders Solve Problems With Asynctask + Ui Update?

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?

Retain Fragment State Between Activities

Its possible to retain a Fragment between Activities? Lets say I have Activity A with Fragment F_Le… Read more Retain Fragment State Between Activities

Replacing An Actionbar Menu Item Icon With An Indeterminate Progressbar

I would like to add an indeterminate progress bar to the Honeycomb ActionBar, so that any time the … Read more Replacing An Actionbar Menu Item Icon With An Indeterminate Progressbar