Re: [android-developers] yahoo local search xml reply in android

2011-01-02 Thread zeeshan mirza
i am working on it, i will share it with u as soon as i finish it.

Regards,
Zeeshan

On Fri, Dec 31, 2010 at 1:19 PM, Nandlal Viranni
nandlal.phys...@gmail.com wrote:

 Hello ,

 How have you done this local search to find
 nearest coffee shop or resturantĀ in android ?
 I want also to do same thing.but i am not able to do this ..

 I knows how to parseĀ  any xml file.

 can U help me.

 Thanks in advance .

 Regards ,
 Nandlal Virani
 On Wed, Dec 29, 2010 at 10:37 AM, zeeshan mirza
 zeeshan.nabeel.mi...@gmail.com wrote:

 I am using yahoo local search in my android application to find
 nearest coffee shop or resturant. I am receiving a reply from yahoo
 local search service in XML form. I dont know how to process such xml
 reply. Do i need to parse this xml reply? and how can i read the
 contents of the reply?

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

-- 
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] yahoo local search xml reply in android

2010-12-31 Thread TreKing
On Tue, Dec 28, 2010 at 11:53 PM, zeeshan mirza 
zeeshan.nabeel.mi...@gmail.com wrote:

 I know about parsing and I am using SAX parser.



 How can i read specific elements of each tag from xml.


Your question has already been answered:

On Tue, Dec 28, 2010 at 11:43 PM, Frank Weiss fewe...@gmail.com wrote:

 Parsing XML is a far more general subject than questions about the Android
 SDK. So google is you friend, my friend.


-
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] yahoo local search xml reply in android

2010-12-31 Thread Nandlal Viranni
Hello ,

How have you done this local search to find
nearest coffee shop or resturant in android ?
I want also to do same thing.but i am not able to do this ..

I knows how to parse  any xml file.

can U help me.

Thanks in advance .

Regards ,
Nandlal Virani
On Wed, Dec 29, 2010 at 10:37 AM, zeeshan mirza 
zeeshan.nabeel.mi...@gmail.com wrote:

 I am using yahoo local search in my android application to find
 nearest coffee shop or resturant. I am receiving a reply from yahoo
 local search service in XML form. I dont know how to process such xml
 reply. Do i need to parse this xml reply? and how can i read the
 contents of the reply?

 --
 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.comandroid-developers%2bunsubscr...@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

[android-developers] yahoo local search xml reply in android

2010-12-28 Thread zeeshan mirza
I am using yahoo local search in my android application to find
nearest coffee shop or resturant. I am receiving a reply from yahoo
local search service in XML form. I dont know how to process such xml
reply. Do i need to parse this xml reply? and how can i read the
contents of the reply?

-- 
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] yahoo local search xml reply in android

2010-12-28 Thread Frank Weiss
You may want to check the Yahoo forums.

Parsing XML is a far more general subject than questions about the Android
SDK. So google is you friend, my friend.

The Android SDK provides three packages for parsing XML:

java.xml.parsers (DOM)
org.xml.sax (SAX push)
org.xml.saxpull.v1 (SAX pull)

-- 
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] yahoo local search xml reply in android

2010-12-28 Thread zeeshan mirza
Thank you for your reply Frank. I know about parsing and I am using
SAX parser. I want to know how can i read a specific tag or element
from xml response. For example in yahoo local search response there is
title, address, city, state, phone and many more for each cactegory.
Category means coffee shops, resturants or grocery stores. I just need
to read few elements of each category for example title, address,
phone, latitude and longitude. How can i read specific elements of
each tag from xml.

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