Re: [android-developers] Regarding Parsing From Server.

2011-04-27 Thread TreKing
On Tue, Apr 26, 2011 at 3:43 AM, yogendra G yogi2...@gmail.com 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 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

RE: [android-developers] Regarding Parsing From Server.

2011-04-27 Thread Tommy
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: android-developers@googlegroups.com
[mailto:android-developers@googlegroups.com] On Behalf Of TreKing
Sent: Wednesday, April 27, 2011 1:01 PM
To: android-developers@googlegroups.com
Subject: Re: [android-developers] Regarding Parsing From Server.

 

On Tue, Apr 26, 2011 at 3:43 AM, yogendra G yogi2...@gmail.com 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 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

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