Questions tagged [android-3.2-honeycomb]

Android 3.2 A.K.A. Honeycomb is an incremental version of popular Android OS 3.0, meant for Tablet PCs

Android 3.2 is an incremental platform release that adds new capabilities for users and developers

Major features added in this version are

  • Improved hardware support, including optimizations for a wider range of tablets
  • Increased ability of apps to access files on the SD card, e.g. for synchronization
  • Compatibility display mode for apps that have not been optimized for tablet screen resolutions
  • New display support functions, giving developers more control over display appearance on different Android devices
10 questions
5
votes
1 answer

Video processing on Android 3.x/Google TV/SDK: Video frame to SurfaceTexture/OpenGL/GLSL

After spending some time into it, it might be better to ask. Thanks for help, guys! Question How to render a video frame from MediaPlayer or VideoView to SurfaceTexture or a OpenGL texture, in order to change the texture/fragment color via GLSL?…
1
vote
1 answer

No Google play services available on GoogleTV (Android 3.2)?

According to http://developer.android.com/google/play-services/setup.html "A compatible Android device that runs Android 2.3 or higher and includes Google Play Store." it should be possible to use the Google play services. I tried it with the…
Sebastian
  • 623
  • 1
  • 6
  • 12
1
vote
0 answers

Is it possible to change input z-index on Android 3.2 / 4.0.4?

In Android 3.2, all my Input-fields overlapps everything after tap, when it gets focus. I have a sticky footer at the bottom of the page, which should be over the input field. After an Update to Android 4.0.4 I get the same problems. This is on an…
1
vote
2 answers

How to give Android 3.2 same look as Android 2.2 application?

I have developed an Android application targeting Android 2.2 now I want to make it compatible with Android 3.2 I am facing the following interface differences between these two apps EditText background Tab host size; I gave fill_parent which work…
Azhar
  • 20,500
  • 38
  • 146
  • 211
0
votes
0 answers

Honeycomb Date range picker issues

I was shown in date range picker past 60 from today date.when I try to select this month date its shows future month. Example When I select date range from sep 1 to sep 3 its shows Oct month but actually its not the it will shows only past date
0
votes
1 answer

honeycomb + spring boot 2 exclude standard fields

Am using Honeycomb and Spring Boot. io.honeycomb.beeline beeline-spring-boot-starter 1.0.2 Am able to send data to Honeycombe…
0
votes
2 answers

Android Honeycomb Strict Mode crashes app despite being AsyncTask

I am trying to run my app on a 3.2 Android Device (Honeycomb). Unfortunately, my app crashes whenever I try to edit one of the objects listed in my app using EditCaseActivity. Logcat seems to tell me that StrictMode is causing the crash, but I'm…
0
votes
1 answer

Compiling on version 3.2

I'm trying to scale my app to all screen sizes and I read that if I compile the app against android 3.2 then I'll be able to use the new qualifiers etc....But my question is - if I do compile it at this version, does that mean that mobile phones…
user1487034
  • 13
  • 1
  • 6
0
votes
1 answer

Ksoap2 on android 3.2

I got a problem that ı developed an app (connecting an aspx web service) on Android 2.3 and it has been processing. But I tried to same app on Android 3.2 I got some problems . Is there any way for using Ksoap2 on Android 3.2.
mehmet
  • 1
-1
votes
1 answer

Issue with sending data to a webservice, with ksoap

Good evening, I need your help. Until now, using my webservice to withdraw data, there was no problem. Even to receive the data, I have to send some. Example: Login. However, now I want to send data to the webservice, and it will only return "true…
Pepper
  • 97
  • 1
  • 10