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

Listview Row Marker Ala Gmail

I am interested in creating a ListView where each row is marked the way it is done in GMail for 3.0… Read more Listview Row Marker Ala Gmail

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:Th… Read more Which Theme Attribute Changes The Text Color Of An Edittext's Error Message

Two Panel Ui With Fragments Vs Separate Activities

I am starting a Honeycomb application that will have a basic two panel layout, one panel on the lef… Read more Two Panel Ui With Fragments Vs Separate Activities

Audiorecord Obtainbuffer Timed Out With Audiorecorder.startrecording()

I have a problem with my program which records the microphone. Sometimes when I run it I have the f… Read more Audiorecord Obtainbuffer Timed Out With Audiorecorder.startrecording()

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?

How Can I Hide Or Remove The Status Bar In Android Honeycomb?

How can I hide or remove the status bar in Android HoneyComb? Every time I run my application, I f… Read more How Can I Hide Or Remove The Status Bar In Android Honeycomb?