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

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 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

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?

Fragments Behaviour: Fragmenttransaction::replace() And Reverse Backstack Operation

I call this method to go forward from AFrag to BFrag: showFragment() { FragmentTransaction fra… Read more Fragments Behaviour: Fragmenttransaction::replace() And Reverse Backstack Operation

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 be able… Read more Is There A Standard Way To Add Dividers Between Action Bar Items In Android 3.0?

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