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

HoneyComb layout question

I am not completely new to android development but I am new to the 3.0 android honeycomb. My problem is that I can't find how to set the layout to anything bigger then the standard small layout. It does not matter wether I set the width's…
Jaron
  • 1
0
votes
2 answers

Prevent app from being installed on Honeycomb

Is there a way to prevent an app from being installed on Android Honeycomb? I am looking for either a market filter or a manifest option.
Erez A. Korn
  • 2,697
  • 3
  • 24
  • 32
0
votes
1 answer

Upgrade 2.2 app to honeycomb

I am trying to upgrade my 2.2 app to honeycomb and run it on my xoom. I have tried several things but can't get it to run in full screen on the xoom. I have updated the manifest to include the following. I have also put all my layouts in a…
Reid
  • 21
  • 4
0
votes
1 answer

Honeycomb 3.0 programming guide, not XML, but Java UI

Guys, I just want to know how to program in Java with Honeycomb 3.0 - I have taken several programming course, notably in Java, at IT. I just want to get the basic on how to create layout, menus, pictures, activities, event listener, and etc. Purely…
Jon
  • 1
  • 1
0
votes
1 answer

Change an image when item checked in the list. Android Honeycomb

I am using array adapter with list view. When I click on an item from the list, I can change the background drawable, but I also want to change an image(from the adapter layout) of the checked item. How can I change this image? Thanks.
FHan
  • 528
  • 2
  • 7
  • 18
0
votes
2 answers

Android: Automatically run different Code for different screen size

In the Android document: "Supporting Multiple Screens" Google describes how to employ different layout schemes for different screen sizes: res/layout/my_layout.xml res/layout-small/my_layout.xml res/layout-large/my_layout.xml …
Eitan
  • 1
0
votes
2 answers

How to run HoneyComb emulator faster on Windows?

Is there any way to get the emulator work normally ? Its still very slow and useless, I tried adjusting the cache size and Ram. My system configuration is quite good, are there any tips and hints to speed up the avd ?
Pritam
  • 2,367
  • 5
  • 34
  • 50
0
votes
1 answer

Layout that enlarges buttons for larger screens?

When specifying the size of buttons and toolbars, I've been using the "device independent pixels" (dip) feature of the XML layout files. By using dips, I can specify the physical size of the GUI components, which is good for ensuring components are…
rbcc
  • 2,452
  • 3
  • 26
  • 28
0
votes
1 answer

Phonegap page not scaling correctly on Android 2.2

I'm using Phonegap to load an HTML/Jquery driven website. It runs fine on 3.0, but when I run on a 2.2 simulator a few problems happen: Screen resolution is much too zoomed in Loss of real-estate (the sides of the screens are black) Can't scroll to…
quantumpotato
  • 9,637
  • 14
  • 70
  • 146
0
votes
1 answer

Tell Fragment which XML to Inflate

I start with a home fragment that opens either a listFragment(Al) or I can choose a normal Fragment(Jim). If my new Fragment(Bob) is called from the listFragment(Al), I want Fragment(Bob) to call XML A. If Fragment(Bob) is called from Fragment(Jim)…
0
votes
1 answer

Can we edit the picture in Android to set the Radius of the pics on the edges?

I would like to know if we can edit the picture that we take from a camera and store it on our Phone. Can we make use of android.graphics package to edit the picture. One of the sample picture has has been edited on the top width is this as you can…
Sana
  • 9,895
  • 15
  • 59
  • 87
0
votes
1 answer

Mutiple ListView in one XML. Is it possible?

I wanted to display, mutiple ListViews side by side(horizontal) and which are each scrollable on their own that is scrolling of one doesn't change the scroll position of the others and also to extend it, instead of the regular checkbuttons from…
Sana
  • 9,895
  • 15
  • 59
  • 87
0
votes
2 answers

Did a layout with many ui controls can support pinch and zoom gestures

I need apply pinch and zoom gestures for my complete view. In my view there are a lot of controls like textviews, buttons, list view and all. This all have different listeners. I need to apply zoom to this without affecting the my UI controls and…
Labeeb Panampullan
  • 34,521
  • 28
  • 94
  • 112
0
votes
1 answer

Beginners question in dealing with drawables for Samsung Galaxy tab

In a curious to code my first app for Samsung tablet I got struck without knowing how to deal in naming drawable folders, I am using Android 3.0 ,to start with, I browsed through websites to learn its specification, i found Samsung Galaxy Tab 2 is…
ganesh
  • 1,247
  • 6
  • 24
  • 46
0
votes
1 answer

activatedBackgroundIndicator on layout Android honeycomb

I see that the new honeycomb has a gallery sample. and it shows you how to change the color of the selected text view by adding android:background="?android:attr/activatedBackgroundIndicator" to your textview However my row for the list is not…
user498584
  • 484
  • 1
  • 8
  • 14