Re: [android-developers] parsing responce of a web url

2013-11-07 Thread TreKing
On Thu, Nov 7, 2013 at 1:28 AM, shiva pendem pendem.shiv...@gmail.comwrote:

 I have 0 knowledge in this.
 Can you please send me a small method where i will be giving the site url
 and the output xml or string need to be resulted.

Having you tried searching the internet? This is a very common task.

-
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] parsing responce of a web url

2013-11-07 Thread Siva Kumar
explain what do u want to do?


On Thu, Nov 7, 2013 at 4:52 PM, TreKing treking...@gmail.com wrote:


 On Thu, Nov 7, 2013 at 1:28 AM, shiva pendem pendem.shiv...@gmail.comwrote:

 I have 0 knowledge in this.
 Can you please send me a small method where i will be giving the site url
 and the output xml or string need to be resulted.

 Having you tried searching the internet? This is a very common task.


 -
 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 unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 


*Thanks  Regards,SIVAKUMAR.J
http://stackoverflow.com/users/385138/sivakumar-j*

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] parsing responce of a web url

2013-11-07 Thread shiva pendem
Hello all

I have searches internet. I have got the solution.
Thanks for your support.

Thanks,
pendem shiva shankar
msn:shivapen...@live.com
gtalk:pendem.shiva89
On Nov 7, 2013 5:00 PM, TreKing treking...@gmail.com wrote:


 On Thu, Nov 7, 2013 at 1:28 AM, shiva pendem pendem.shiv...@gmail.comwrote:

 I have 0 knowledge in this.
 Can you please send me a small method where i will be giving the site url
 and the output xml or string need to be resulted.

 Having you tried searching the internet? This is a very common task.


 -
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/uok-MLIhx2g/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] parsing responce of a web url

2013-11-06 Thread shiva pendem
Hi,

i am new using web serviced in the application,

i have a problem while using the web services in the application

i have a URL let us say www.abc.com/2013/11/06

and if i run this URL i get only string as response as *you have done a 
special work,[50%],[80%] *  in the browser.

so i want to get the same response in the application
 
it is not replying as XML to use XML reader of my own XML handler,

please help me how to get the text from the URL.

Thanks 
Shiva Shankar.

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] parsing responce of a web url

2013-11-06 Thread Mukesh Srivastav
You could use any stringtokenizer or just any string parsing and it should
be any challenge to do that.

let us know if you any specific tag or any specific string to parse


On Wed, Nov 6, 2013 at 8:43 PM, shiva pendem pendem.shiv...@gmail.comwrote:

 Hi,

 i am new using web serviced in the application,

 i have a problem while using the web services in the application

 i have a URL let us say www.abc.com/2013/11/06

 and if i run this URL i get only string as response as *you have done a
 special work,[50%],[80%] *  in the browser.

 so i want to get the same response in the application

 it is not replying as XML to use XML reader of my own XML handler,

 please help me how to get the text from the URL.

 Thanks
 Shiva Shankar.

 --
 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 unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Warm Regards,
*Mukesh Kumar*,
Android Consultant/Freelancer,
India,Hyderabad.

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] parsing responce of a web url

2013-11-06 Thread shiva pendem
Hi mukesh.
My applicatoin is parsing the string but i am unable to get the text shown
in the web browser.
When ever i hit the url in any browser it shows a string as output. So i
need a help in getting the string. Parsing was fine with my application

Thanks,
pendem shiva shankar
msn:shivapen...@live.com
gtalk:pendem.shiva89
On Nov 6, 2013 10:45 PM, Mukesh Srivastav mukicha...@gmail.com wrote:

 You could use any stringtokenizer or just any string parsing and it should
 be any challenge to do that.

 let us know if you any specific tag or any specific string to parse


 On Wed, Nov 6, 2013 at 8:43 PM, shiva pendem pendem.shiv...@gmail.comwrote:

 Hi,

 i am new using web serviced in the application,

 i have a problem while using the web services in the application

 i have a URL let us say www.abc.com/2013/11/06

 and if i run this URL i get only string as response as *you have done a
 special work,[50%],[80%] *  in the browser.

 so i want to get the same response in the application

 it is not replying as XML to use XML reader of my own XML handler,

 please help me how to get the text from the URL.

 Thanks
 Shiva Shankar.

 --
 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 unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Warm Regards,
 *Mukesh Kumar*,
 Android Consultant/Freelancer,
 India,Hyderabad.

 --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/uok-MLIhx2g/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] parsing responce of a web url

2013-11-06 Thread Krishna Prasad
did u encode ur url while sending request?


On Thu, Nov 7, 2013 at 7:57 AM, shiva pendem pendem.shiv...@gmail.comwrote:

 Hi mukesh.
 My applicatoin is parsing the string but i am unable to get the text shown
 in the web browser.
 When ever i hit the url in any browser it shows a string as output. So i
 need a help in getting the string. Parsing was fine with my application

 Thanks,
 pendem shiva shankar
 msn:shivapen...@live.com
 gtalk:pendem.shiva89
 On Nov 6, 2013 10:45 PM, Mukesh Srivastav mukicha...@gmail.com wrote:

 You could use any stringtokenizer or just any string parsing and it
 should be any challenge to do that.

 let us know if you any specific tag or any specific string to parse


 On Wed, Nov 6, 2013 at 8:43 PM, shiva pendem pendem.shiv...@gmail.comwrote:

 Hi,

 i am new using web serviced in the application,

 i have a problem while using the web services in the application

 i have a URL let us say www.abc.com/2013/11/06

 and if i run this URL i get only string as response as *you have done
 a special work,[50%],[80%] *  in the browser.

 so i want to get the same response in the application

 it is not replying as XML to use XML reader of my own XML handler,

 please help me how to get the text from the URL.

 Thanks
 Shiva Shankar.

 --
 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 unsubscribe from this group and stop receiving emails from it, send
 an email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Warm Regards,
 *Mukesh Kumar*,
 Android Consultant/Freelancer,
 India,Hyderabad.

 --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/uok-MLIhx2g/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.

  --
 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 unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Regards/-
Krishnaprasad R S

https://www.linkedin.com/in/krishnaprasadrs
Skype ID:kaypey.cis

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] parsing responce of a web url

2013-11-06 Thread shiva pendem
Hello krishna prasad
I am new in using web services in application by searching in net.
I have 0 knowledge in this.
Can you please send me a small method where i will be giving the site url
and the output xml or string need to be resulted.

Thanks,
pendem shiva shankar
msn:shivapen...@live.com
gtalk:pendem.shiva89
On Nov 7, 2013 8:24 AM, Krishna Prasad krishnaprasadrs.1...@gmail.com
wrote:

 did u encode ur url while sending request?


 On Thu, Nov 7, 2013 at 7:57 AM, shiva pendem pendem.shiv...@gmail.comwrote:

 Hi mukesh.
 My applicatoin is parsing the string but i am unable to get the text
 shown in the web browser.
 When ever i hit the url in any browser it shows a string as output. So i
 need a help in getting the string. Parsing was fine with my application

 Thanks,
 pendem shiva shankar
 msn:shivapen...@live.com
 gtalk:pendem.shiva89
 On Nov 6, 2013 10:45 PM, Mukesh Srivastav mukicha...@gmail.com wrote:

 You could use any stringtokenizer or just any string parsing and it
 should be any challenge to do that.

 let us know if you any specific tag or any specific string to parse


 On Wed, Nov 6, 2013 at 8:43 PM, shiva pendem 
 pendem.shiv...@gmail.comwrote:

 Hi,

 i am new using web serviced in the application,

 i have a problem while using the web services in the application

 i have a URL let us say www.abc.com/2013/11/06

 and if i run this URL i get only string as response as *you have done
 a special work,[50%],[80%] *  in the browser.

 so i want to get the same response in the application

 it is not replying as XML to use XML reader of my own XML handler,

 please help me how to get the text from the URL.

 Thanks
 Shiva Shankar.

 --
 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 unsubscribe from this group and stop receiving emails from it, send
 an email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Warm Regards,
 *Mukesh Kumar*,
 Android Consultant/Freelancer,
 India,Hyderabad.

 --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/uok-MLIhx2g/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.

  --
 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 unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Regards/-
 Krishnaprasad R S

 https://www.linkedin.com/in/krishnaprasadrs
 Skype ID:kaypey.cis

 --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/uok-MLIhx2g/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to