I use ASP.net Webservice to power my app. On the Andoid side I use Ksoap2 to consume the .net webservice then I parse the response back as needed using java on the android side.
http://msdn.microsoft.com/en-us/library/t745kdsh.aspx (webservices) http://code.google.com/p/ksoap2-android/ (ksoap2) From: [email protected] [mailto:[email protected]] On Behalf Of TreKing Sent: Wednesday, April 27, 2011 1:01 PM To: [email protected] Subject: Re: [android-developers] Regarding Parsing From Server. On Tue, Apr 26, 2011 at 3:43 AM, yogendra G <[email protected]> wrote: In my app have my own search bar,in tht if i enter anything like jobs- i shud get detail of tht jobs from my own server. So how can i do it 1 - Send a request to your own server. 2 - In your own server, send a response based on the request. 3 - In your app, handle the response. The details of this have nothing to do with Android. ,Any 1 get me sum links or code for it for any web services kind. Try Google and a spell-checker. ---------------------------------------------------------------------------- --------------------- 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 -- 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

