XXL wrote:
> is it possible to send data to external sources.. like a remote sql
> server or a remote website?

Yes, though you may find using HTTP to publish to a Web service to be
easiest.

> is there somewhere an example of how to do it?

Android includes the standard Java HttpUrlConnection class -- you should
be able to find examples of it through a search engine.

Android also includes the Apache HttpClient library. You can find
examples of it here:

http://hc.apache.org/httpcomponents-client/examples.html

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com

Android Training on the Ranch! -- Mar 16-20, 2009
http://www.bignerdranch.com/schedule.shtml

--~--~---------~--~----~------------~-------~--~----~
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