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 set a clickable button in a Honeycomb rich notification?

What's the correct way to set a clickable button in a rich notification in Honeycomb? Like the media play buttons shown here (which I think are from the Music app)…
suzannea
  • 105
  • 1
  • 7
0
votes
1 answer

Java and android file browser issue

Im starting to work with Honeycomb, and im trying to make a simple fragmented layout with the list of file on the left side, and the details of the file on the right (when a file is selected). Well, it was going well until I actually tried to list…
Shaun
  • 5,483
  • 10
  • 40
  • 49
0
votes
1 answer

Does using the ActionBar in Honeycomb really mean i have to create an extra App?

Last week i began the honeycomb update for my app and since then the documentation has become available. One of the really big things to change in my app is the use of the ActionBar. I am a little disappointed about the following sentence from the…
Philipp Redeker
  • 3,848
  • 4
  • 26
  • 34
0
votes
1 answer

StackView in Android 3.0 HoneyComb

Can any one provide any example of StackView in Android 3.0 HoneyComb , it wll be a gr8 help for me .. thnxxx....
John
  • 1
  • 1
0
votes
1 answer

Why isn't graphics acceleration turned on by default in Honeycomb?

Why isn't graphics acceleration turned on by default in Honeycomb? Are there any situations when it's better to leave it disabled?
fhucho
  • 34,062
  • 40
  • 136
  • 186
0
votes
1 answer

How to Create an Android Application with Eclipse

I'm new to Android and very unfamiliar with Eclipse. I'm trying to get a simple Hello World project started, as per Developing In Eclipse, with ADT I've downloaded the latest Eclipse dev environment (64 bit), the latestes JVM (64 bit) and the latest…
DaveDev
  • 41,155
  • 72
  • 223
  • 385
0
votes
1 answer

are many object instances an issue in android?

I plan to create a representation of a 2D (topographical) map in Android (3.0) in the following way a class MapCoordinate, which is just a 'struct' and consist of public attributes x,y of type int and represents a MapCoordinate a class MapPoint…
Marco
  • 2,189
  • 5
  • 25
  • 44
0
votes
2 answers

Now that we have Honeycomb, what is RenderScript?

So Android 3.0 (honeycomb) is out now and boasts some kind of new hardware-accelerated 3D graphics engine called Renderscript. Renderscript 3D graphics engine Renderscript is a runtime 3D framework that provides both an API for building 3D scenes…
Stephan Branczyk
  • 9,363
  • 2
  • 33
  • 49
0
votes
3 answers

information about honeycomb

i find that there are only two videos that showed at CES2011 on internet and no other information about it. Such as which linux do honeycomb use. Does anyone know more about the honeycomb? thank you very much!
0
votes
0 answers

Android Honeycomb - NotificationCompat - ResourcesNotFoundException

I have created a notification that works well on all Android versions, except on Android 3.x I use NotificationCompat without custom remote views. The ContentIntent is setted. This is the stack trace: PhoneStatusBar: couldn't inflate view for…
Ettore Gallina
  • 435
  • 1
  • 3
  • 16
0
votes
0 answers

ActionBarDrawrToggleButton appearing on top corner in android 3.0

I have created action bar using android.app.ActionBar in android 3.0 API 11. I have created a NavigationDrawer in the layout using android.support.v4.widget.DrawerLayout. I have also specified ActionBarDrawerToggle…
App developer
  • 158
  • 1
  • 1
  • 10
0
votes
0 answers

ClassCastException - findViewById(android.R.id.content) in Honeycomb

I have been using the following code rather successfully to support a material design PreferenceActivity, but today I got a log file from a user with a ClassCast exception. I am unable to reproduce it, but suspect it may have to do with her device…
0
votes
1 answer

Why do Android API 11,12,13,14 not shown in usage statistic and on Android SDK Manager?

This might sound a dumb question, but I really wonder and don't know the answer. I googled, but couldn't find anything worth. There is usage statistics of Google Play Store: http://developer.android.com/about/dashboards/index.html Does Google still…
user3827000
0
votes
1 answer

How to play a youtube videos using urls in honeycomb devices?

Now i am loading the youtube videos in WebView. This is working fine in 4.x and later versions, but i want to implement for honeycomb devices also. I don't know how to play youtube videos using flash in honeycomb . please help me. This is my…
Manikanta Ottiprolu
  • 751
  • 1
  • 7
  • 23
0
votes
0 answers

API 11 ActionBar menuItems covering title

I have a menu xml defined with items having android:showAsAction="ifRoom". Is there a way to use "ifRoom" and have the title be considered? I want as many items to fit without them covering the title. When all items have "ifRoom" 1 When only first…
Tom McFarlin
  • 829
  • 1
  • 9
  • 24