shobhit kasliwal wrote:
> I am new to android and in my application I want to read and update data
> (text and image) which is stored in a database at the server. How can I
> do this ?

The same ways you would do this in any other environment where the
client and the server are connected via the Internet. A common approach
nowadays is to write a Web service, perhaps one with a RESTful API. On
the Android side, you would then use one of the built-in HTTP libraries
(e.g., Apache's HttpClient) to consume the Web service.

-- 
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 Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to