is an Android based tablet made by Motorola.
Questions tagged [xoom]
64 questions
0
votes
3 answers
Android: Directory made dynamically doesn't appear to user
I tried to make a directory dynamically using mkdirs() and it created sucessfully the directory and copied the files to the created directory. It's possible to see the new directory in the tablet (xoom) but when I connect to my PC to copy some files…

JannGabriel
- 302
- 5
- 14
0
votes
1 answer
Motorola Xoom Screen Pixels have changed after software update
The screen pixels for the morotola xoom were 1280 x 800 or 800 x 1280 before the software updated to the newwest version, now it is 1280 x 752 and then 800 x 1232
anyone know why?

eoghanm
- 329
- 1
- 9
0
votes
0 answers
How can I prevent performance degradation for Canvas inside of WebView on an Android Xoom?
I've been experimenting with using a canvas inside of WebView to capture a small drawing. Testing on Chrome or on a very simple test page, the canvas performs OK. By this I mean that if I drag my finger across a 500-pixel-wide canvas, I see 60-100…

James
- 710
- 6
- 19
-2
votes
1 answer
App change portrait orientation to landscape on motorola xoom
We are developing an app, what is changing the hard coded orientation portrait to landscape on the 2nd launch.
We have screenOrientation="portrait" in all activity definitions in the manifest file.
Any idea how to resolve this?
Here is my code:…