Top "Android-3.0-honeycomb" questions

Android 3.0 (codename Honeycomb) is API level 11 of the mobile operating system developed by Google.

gcc ON arm/android

I just got a EEE pad transformer. Like any hardware I own I'd like to have a C compiler on …

android gcc arm android-3.0-honeycomb transformer
Changing the ActionBar hide animation?

By default in Android 3.0+, when ActionBar.hide()/show() are called the bar is animated with a brief fade in/out …

android android-3.0-honeycomb android-animation android-actionbar
Honeycomb notifications - How to set largeIcon to the right size?

I find myself curious why the setLargeIcon method on Notification.Builder only accepts a Bitmap, with no overload to provide …

android android-3.0-honeycomb android-notifications
Android Honeycomb: NetworkOnMainThreadException even when using AsyncTask and no strict mode?

I run into a NetworkOnMainThreadException with my Android 3.0 app. Searching for a solution I found this, but if I understand …

android android-asynctask android-3.0-honeycomb android-strictmode
Force action Bar show search view

I am able to expand search view by action like this <item android:id="@+id/menu_search" android:title="…

android android-actionbar android-3.0-honeycomb android-4.0-ice-cream-sandwich
Wanted: offline IDE for developing Html / JavaScript on Android tablet

In have a Motorola Xoom tablet and I would like to use it to develop some small Html / Css / JavaScript / …

javascript android css ide android-3.0-honeycomb
Is it possible to get the resolution of a video in Android?

I'm looking for a way to get the resolution of any given video in Android. It doesn't have to work …

android video android-3.0-honeycomb android-4.0-ice-cream-sandwich
What are the benefits of CursorLoaders?

I use Cursors extensively in my app, to load and occasionally write information from and to a database. I have …

android cursor android-3.0-honeycomb android-loadermanager
ProgressBar in an ActionBar, like GMail app with Refresh

I would like to do the same thing than the GMail application on Honeycomb tablets. When you click on the …

android gmail progress-bar android-3.0-honeycomb tablet
onCreateOptionsMenu not being called on FragmentActivity when run on phone version

I create an app that supports both phone and tablet version so i use the android-support-v4.jar library. My activity …

android android-3.0-honeycomb fragment