On Sat, Nov 24, 2012 at 12:40 AM, Mojam <[email protected]> wrote: > Now I want to know how shall I connect with that service and Insert, > update, delete data from sql server by using android UI.
Connecting to a web service is not really android specific. Create some REST-ful interface to do the operations you require, then use standard Java networking libraries to connect to your service. From the Android side. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

