Android 3.0 (codename Honeycomb) is API level 11 of the mobile operating system developed by Google.
In my application there is a ListFragment where each item from the list contains a checkbox. Whenever the user clicks …
android android-fragments android-3.0-honeycomb contextual-action-barI am making a proprietary app for a company which will never release it to the Android Market (or Play …
android android-3.0-honeycomb android-4.0-ice-cream-sandwich keyguardI'm trying to set the index of the item that needs to be selected in the spinner by default, but …
android android-3.0-honeycombIn my app I've got a fragment which is called "About". On handhelds I want this fragment to look like …
android android-3.0-honeycomb fragmentI'm developing an app for Android 3.2 and greater with android-support-v4. I need to implement OnActionExpandListener for "intercept" when SearchView in …
java android android-actionbar android-3.0-honeycomb searchviewIn my Android application running in a XOOM device, when I click in an Edittext the keyboard opens and hides …
android android-layout android-3.0-honeycomb android-actionbar xoomIts possible to retain a Fragment between Activities? Lets say I have Activity A with Fragment F_Left placed at …
android android-activity android-3.0-honeycomb android-fragmentsMy app is currently using the Fragments/v4 compatibility package to support Android versions all the way down to 1.6. This …
android tabs android-3.0-honeycomb android-actionbarIt might be me, but when I calculate minimum app widget sizes according to the formula given on the android …
android android-4.0-ice-cream-sandwich android-3.0-honeycomb android-appwidget android-2.3-gingerbreadI would like to add an indeterminate progress bar to the Honeycomb ActionBar, so that any time the user presses "…
java android android-3.0-honeycomb android-actionbar