On Jun 12, 3:02 pm, Michial Thompson <[email protected]> wrote:
> I am about to undertake a project where I might need to be able to
> activate, and take a picture with the Camera on an Android Tablet and/
> or Phone.
>
> Ideally I would like this to be a 100% Browser based application with
> no code actually residing on the Android at all.  This is an in house
> application, and is an interface into a much larger system.
>
> For now at least I have the luxury of controlling the devices, and the
> Tablet I have for development is the Motorola Xoom with Android 3.1.
> I also have an HTC Evo Shift, but phone compatibility isn't necessary
> in this project...
>
> Is this even possible, and if so can someone please refer me to some
> sample code/projects?  This will be my first Tablet/Android app, but
> far from my first application.

Not possible.

For security reasons, client sides of web applications in general are
very limited in what they can do as far as accessing the resources of
the local machine outside of the browser. You can't even have general
access to the hard drive in JavaScript, Silverlight or Java applets.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to