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
-1
votes
2 answers

Android Honeycomb and USB Devices

According to Android Honeycomb it supports USB peripherals. I am interested in connecting a credit card reader with usb and another device. My questions are the following: Will the Android device support a USB Hub? How can I program to the credit…
-1
votes
1 answer

Grass Root Live wallpaper not working for HoneyComb, Android

When I try to launch the Grass Root Live wall paper,I get the following error message in the window and wallpaper is never launched. Error Message :"Android Live Wallpapers (process com.android.wallpaper) has stopped unexpectedly" The root cause of…
pdssn
  • 225
  • 4
  • 17
-1
votes
1 answer

Android how to set popup window in honeycomb?

How to do this — does anyone have any idea of how to do this in tablets honeycomb? EDIT= is it possible in android in possible how to do this. and this edit:how load another activity(Mapview (or) Any other activity) with in the popup dialog. when…
NagarjunaReddy
  • 8,621
  • 10
  • 63
  • 98
-1
votes
1 answer

Implementing Dynamic HorizontalScrollView with custom View child

I am trying to implement a custom view inside of a HorizontalScrollView parent. The custom view repeatedly draws a line to its Canvas based on timing from a Handler. Right now the custom view fills the width of the screen (limited by 548dp height)…
-2
votes
2 answers

onCreate called before onActivityResult - Starting new activity always causes previous acitity finish

(I'm not newbie!, and memory was sufficient.) I'm working on android ICS(SDK 4.0) and a i got weird activity lifecycle when i call startActivityResult. the prior one destroys everytime!! When another activity is called and came to front and overlap,…
-2
votes
3 answers

Android NetworkOnMainThreadException - ListView JSON and LazyAdapter on 4.0

This code update a 2 ListView with data from JSON on Web and LazyAdapter convert the images from URL and put on ListView, works fine on 2.3 but on the Android 4.0 doesn't work. This is the codes EventosActivity.java @Override public void…
-3
votes
3 answers

Which Android Platform/API is required to develop honeycomb tablet android applications?

I want to create an Android app for the Honeycomb tablet. What Android Platform/API Level is required to do so? Thanks in advance.
jigspatel
  • 400
  • 3
  • 14
-4
votes
4 answers

How to develop Android application for tablet in landscape mode and for phone in portrait mode

How to develop Android application for tablet in landscape mode and in portrait mode for Phones?
shrikant
  • 11
  • 3
1 2 3
59
60