Questions tagged [android-3.0-honeycomb]

Android 3.0 (codename Honeycomb) is API level 11 of the mobile operating system developed by Google. This version is an adaptation for larger screens to better support tablets.

3.0 (codename Honeycomb) is API level 11 of the mobile operating system developed by Google. This version is an adaptation for larger screens to better support tablets.

The SDK was released in the beginning of 2011. For details about features etc see: http://developer.android.com/sdk/android-3.0.html

893 questions
0
votes
1 answer

How to avoid duplicate menu buttons in devices with API>10

How can I remove or hide the soft menu button in the bottom bar but still keep the overflow menu button in the ActionBar. I have set the target API to: android:targetSdkVersion="11" as suggested here. My app does have menu items so I am overriding…
0
votes
2 answers

Best Layout Design of Bottom Tab Bar in HoneyComb Tablet App

I would like to design Tab Bar at bottom in HoneyComb Tablet. So, is there any specific way or bar available to design layout for bottom tabbar?.
Andy
  • 123
  • 1
  • 1
  • 12
0
votes
1 answer

widget not appearing

I am trying to make a widget, but when I install my app it doesn't appear in the list of Widgets, I assume that means that there is something wrong with my manifest file. Have tried several different examples all for 1.5-2.2, is there something…
jcw
  • 5,132
  • 7
  • 45
  • 54
0
votes
1 answer

Twitter integration on Android 2.3 works great but not on 3.2 ... WHY?

I made a twitter integration to my android app. I used this great tutorial, with this twitter integration source. I developing to android since March, so im not a professional or something, but there is one thing i know. If you write your well…
Adam Varhegyi
  • 11,307
  • 33
  • 124
  • 222
0
votes
2 answers

App fails to install on HoneyComb

I've just tried installing my app onto my Motorola Xoom and having problems with the install. When I install the APK on device and try to start application it crashes with following message. The application Package installer (process …
D-Dᴙum
  • 7,689
  • 8
  • 58
  • 97
0
votes
1 answer

switching tabs in Android

Basically Android 2.2 and all support older version of tabs, where in we just have to pass the intent for the tab handler which manages loading and handling the activities. How to do the same in Android 3.0 or 4.0, how to set intent for Tab object?…
Naruto
  • 9,476
  • 37
  • 118
  • 201
0
votes
1 answer

Android 3.0 and menus

I understand that for Android 3.0 the menus will become action bars. But, in my program the menu that's displayed is based upon what variable is set/what the program is doing. I.E. I expect users to request the menu, and the menu that's shown is…
0
votes
1 answer

Android : Application is running on background or foreground? :S

I have wrote an application and dont want to do anything other than my application on installed device. But in Android 3.x versions, i couldn't disable the status bar programmaticaly. Then i have to check the application, when it is BACKed and…
0
votes
2 answers

Is Android tablet development as easily done on ICS?

My future employer keeps telling me to make sure I have a Honeycomb tablet to develop a 'Mag+' tablet magazine on — and on the website it says, "Publish to both iPad & Android Honeycomb tablets" which may just not have been updated. My employer…
0
votes
1 answer

Android Map Activity becomes slow overtime on Honeycomb

I am implementing a MapFragemt (using a hack to the compatability support lib that makes all FragmentActivities MapActivities). The Activity displays some overlays on the map (0-30) and the users current location. The activity contains on…
0
votes
1 answer

How to disable or hide the system bar on android 3.x

I would like to know if it's possible to remove/hide/disable the bottom menu bar that always shown on android 3.x . if not - at least if it's possible to hide the opening of the widget bar or disable the core widgets. programatically or not - I must…
Tal Kanel
  • 10,475
  • 10
  • 60
  • 98
0
votes
3 answers

Android HoneyComb Registering Home Activity

Last year I developed an app on a Xoom running Honeycomb 3.0. When running on that device the following code from the manifest worked.
0
votes
2 answers

i5, 6GB RAM and Android 3.0-3.2 emulator still unsuable (cannot start any app)?

I do not know what to do. I purchased a new laptop, hp pavillion i5 6GB RAM, started Android 3.2 emulator and it is still as slow as unusable!!! It's not that it is slow, it's that I cannot do anything. I set 1GB of RAM, disabled camera on emulator…
sandalone
  • 41,141
  • 63
  • 222
  • 338
-1
votes
1 answer

How to select text or highlight text in webview android3.1 while clicking menu button

How to select text or highlight text in webview android 3.1 while clicking menu? I have implemented but it's not working. can anybody tell how to do it? public boolean onOptionsItemSelected(MenuItem item){ switch(item.getItemId()){ …
kumar
  • 645
  • 2
  • 14
  • 24
-1
votes
1 answer

How to make a toast message in Honeycomb?

I know this might seem quite trivial, however, I've been tackling with it for quite some time. I'm trying to simply display an error message through a TOAST in honeycomb. However, if I use the traditional Toast method, the app crashes. From what I…
Eugen
  • 1,537
  • 7
  • 29
  • 57
1 2 3
59
60