You probably don't need the browser itself for the application. Instead
write a activity that mimics the form, and then sends the data to your
server, and retrieves the results. Hooking into the browser would probably
be far too difficult.

Check out
http://developer.android.com/reference/java/net/HttpURLConnection.html

That class should be basically what you need

On Wed, Jul 1, 2009 at 10:24 AM, Thomas <tbirchm...@usa.net> wrote:

>
> I have a browser application that uses Json to retrieve some latitude/
> longitude data from my netbook and I would like to port it to
> Android.  Can you point me to some code samples that retrieve data
> from Android and return it to the browser.  The browser fills in some
> form data fields and returns the form to the server for processing
> The application can be seen at http:gpsmancer.com/ourtown-B
>
> >
>


-- 
Andrew Burgess

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

Reply via email to