Re: [android-developers] Printing From Android Device

2011-11-02 Thread Summers Pittman ℝ
Did you look at the Google Cloud Print API? http://code.google.com/apis/cloudprint/ If you have a 3.1 device you may be able to do something with the new USB Host mode support and plug into a printer directly. Summers Pittman Phone:912 293 2314 Java is my crack. On Wed, Nov 2, 2011 at 8:40

Re: [android-developers] Play content of phone on PC browser

2011-11-02 Thread Summers Pittman ℝ
Why is it urgent? When you ask about the web browser, are you referring to the phone's web browser or the web browser on a PC playing content off the phone? Why can't you play media from the application listing files? Summers Pittman Phone:912 293 2314 Java is my crack. On Wed, Nov 2, 2011

[android-developers] Detecting navigation input method on device

2009-04-02 Thread summers
Hi all, Does anyone know how to detect what primary non-touch navigation method (trackball, dpad, wheel, etc) a device is using within the code? I know that an app can structure the /res/ folders to detect it like this: /res/ drawable-nonav drawable-dpad drawable-trackball drawable-wheel

[android-developers] Detecting navigation input method on device

2009-04-02 Thread summers
Hi all, Does anyone know how to detect what primary non-touch navigation method (trackball, dpad, wheel, etc) a device is using within the code? I know that an app can structure the /res/ folders to detect it like this: /res/ drawable-nonav drawable-dpad drawable-trackball