Questions tagged [xoom]

is an Android based tablet made by Motorola.

64 questions
1
vote
0 answers

Acessing Pictures folder on XOOM honeycomb

getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES) on XOOM returns /mnt/sdcard/Pictures. How do I return the path to the "Pictures" folder? I would like to access the Pictures folder on the XOOM itself. When I use…
CACUser
  • 11
  • 2
1
vote
1 answer

How to use/call gyros in the application for Android

I am working on MOTOROLA XOOM for app. development. I want to use gyros sensor in my application. If someone can help me out to call gyros in my program. Thank you,
Dr. Arslan
  • 1,254
  • 1
  • 16
  • 27
1
vote
2 answers

m3u8 http live streaming on motorola xoom tablet browser

I have a website that is streaming live video using m3u8. It works on the iOS devices and safari mac, but i also need it to work on the motorola honeycomb xoom tablet version 3.1 . Here's my sample test code; m4v files work on the xoom, not…
Nicole
  • 11
  • 1
  • 2
1
vote
1 answer

Motorola Xoom PDF/PPT View

I need to develop a Sales app specifically targeted for Android on Motorola Xoom. The app needs to display some pdf and ppt files bundled within the apk itself. The documents should display from within the app itself as the document viewer UI screen…
who_am_I
  • 11
  • 2
1
vote
3 answers

Android app wont scale to fit Tablet screen

Hi im having problems getting an app i have written for the motorola xoom to fill the screen. When i run the app it runs it in the middle of the screen as if it was on a phone or something. When creating the main.xml at the top it is showing the…
Marty Cochrane
  • 679
  • 2
  • 13
  • 26
1
vote
0 answers

Application won't show up in market on xoom after 3.1 upgrade

Here is my manifest with everything accept activities. You can view the app in the market, but says it is not compatible with xoom when you access the app via your xoom. The app doesn't do anything off the phone or use gps…
Reid
  • 21
  • 4
1
vote
0 answers

Android Universal Image Loader Mark has been invalidated

I have images displayed with Universal Image Loader. They are downloaded from a web directory and shown in a Gridview. Seems to be working great except if the pictures were originally sent from a Xoom tablet. Pictures are .jpg average of 180kb. I…
JeffK
  • 247
  • 1
  • 5
  • 18
0
votes
1 answer

Fading-edge not working on Xyboard (Xoom 2)

I am trying to get the "fadingEdge" effect working on a list on a Xyboard 10.1 (Xoom 2) running Honeycomb 3.2.2. As a way to demonstrate the problem, I am using the basic android list-view tutorial, described…
jmv
  • 1
  • 1
0
votes
2 answers

How to make wallpaper image for android tablets

Now I'm making wallpaper image for android tablet devices like Motorola Xoom or Galaxy Tab. In android phones, typically wallpaper image size is 2 * screenWidth x screenHeight, but in Motorola Xoom it doesn't seem right because it automatically…
Junji Kamata
  • 9
  • 1
  • 2
0
votes
1 answer

NPE on TextView

Once again I'm stumped... The following code works fine in the Android 2.2 emulator from the SDK and on my Galaxy Nexus (running 4.0.1) but I get a NPE when running the app on Xoom (Android 3.2). final TextView resNum = (TextView)…
user1174838
  • 323
  • 1
  • 3
  • 19
0
votes
1 answer

Tablelayoutlooses inner TableRows after call subintent

I have a form with a lot of fields. After call a new Intent (camera) and back to main activity, all fields are filled. OK. But tablelayout looses inner TableRows. Why? Is there no way to keep tablerows? tableMaterialObra =…
0
votes
1 answer

Cocos2d Game Lost Focus When we click Volume Up or Volume Down Button On Motorola xoom

I am developing a game using Cocos2d FrameWork in Android. I encountered a problem while testing on Motorola Xoom. What I want to do : When User pressed Volume up and Volume down Button. All the Animation should play with sound . But What…
jaimin
  • 41
  • 9
0
votes
1 answer

jquery scrollTop() not working in Motoraola Xoom

I have a web site to scroll a div (vertically ) using the function scrollTop(). It is not working in Google chrome browser (default) of Motorolla Xoom, Android vertion 3.1 .But it is working in Firefox and all other Android devices. The html and…
Riyas Anchal
  • 31
  • 1
  • 5
0
votes
2 answers

cross platform html5 app, separate designs?

I would now like to make an app that works on basically all html5 enabled devices. The last three have me stumped, as there is little info out there on apps for these devices. They all have different screen resolutions, do they all need separate…
Alex Borsody
  • 1,908
  • 9
  • 40
  • 74
0
votes
2 answers

Background image in applications running on Xoom tablet

If I run an application on my Motorola Xoom tablet, there is an image in the background. If I run the same application on the emulator the background in my application is just black. Do you have an idea where I can get this image, which is in the…
Franziskus Karsunke
  • 4,948
  • 3
  • 40
  • 54