[android-developers] parsing xml in given url

2012-06-23 Thread Narendra Singh Rathore
Please help me out in parsing xml from url

-- 
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] parsing xml in given url

2012-06-23 Thread TreKing
On Sat, Jun 23, 2012 at 9:02 AM, Narendra Singh Rathore <
nsr.curi...@gmail.com> wrote:

> Please help me out in parsing xml from url


You want to explain what help you actually need and what this has to do
with Android specifically?
http://www.catb.org/~esr/faqs/smart-questions.html

-
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] parsing xml in given url

2012-06-23 Thread Narendra Singh Rathore
On Sat, Jun 23, 2012 at 7:56 PM, TreKing  wrote:

>  On Sat, Jun 23, 2012 at 9:02 AM, Narendra Singh Rathore <
> nsr.curi...@gmail.com> wrote:
>
>> Please help me out in parsing xml from url
>
>
> You want to explain what help you actually need and what this has to do
> with Android specifically?
> http://www.catb.org/~esr/faqs/smart-questions.html
>

Ok, sure.
I actually needed the answer within sometime when I asked the question.
I was given the url and was told to parse specific things in that within a
particular period of time. Thats why, asked the question hurrily (without
giving much specification).

Well, so sorry for providing vague information about my problem.

-- 
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] parsing xml in given url

2012-06-24 Thread Michael Banzon
If you are in a hurry - and need the answer fast - you can use the
same method I usually do. Check it out: http://bit.ly/Obf0Xq

On Sat, Jun 23, 2012 at 6:03 PM, Narendra Singh Rathore
 wrote:
>
>
> On Sat, Jun 23, 2012 at 7:56 PM, TreKing  wrote:
>>
>> On Sat, Jun 23, 2012 at 9:02 AM, Narendra Singh Rathore
>>  wrote:
>>>
>>> Please help me out in parsing xml from url
>>
>>
>> You want to explain what help you actually need and what this has to do
>> with Android specifically?
>> http://www.catb.org/~esr/faqs/smart-questions.html
>
>
> Ok, sure.
> I actually needed the answer within sometime when I asked the question.
> I was given the url and was told to parse specific things in that within a
> particular period of time. Thats why, asked the question hurrily (without
> giving much specification).
>
> Well, so sorry for providing vague information about my problem.
>
> --
> 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



-- 
Michael Banzon
http://michaelbanzon.com/

-- 
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] parsing xml in given url

2012-06-24 Thread Narendra Singh Rathore
On Sun, Jun 24, 2012 at 10:43 PM, Michael Banzon  wrote:

> If you are in a hurry - and need the answer fast - you can use the
> same method I usually do. Check it out: http://bit.ly/Obf0Xq
>
>

Thanks Michael for suggesting this. But, sorry to say, I think its time
consuming task.
Instead if someone knows the exact solution of my problem, I would get the
help sooner, isn't it?

-- 
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] parsing xml in given url

2012-06-24 Thread MyName? ?
mail me on my mail id i will help you

developer.it.a...@gmail.com

On 23 June 2012 19:32, Narendra Singh Rathore  wrote:

> Please help me out in parsing xml from url
>
> --
> 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




-- 








   (Deepak Mamdapure)

 You only live once, once is enough.

-- 
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] parsing xml in given url

2012-06-25 Thread Justin Anderson
This is not the place to get help if you are in a hurry... Everyone on this
list answers in their spare time.  Also, most everyone on this list is not
going to answer a question as vague as yours, and it is generally frowned
upon to ask for the exact code to complete your task... we are not a
personal coding service.

I would recommend reading the following if you really want to get help on
here:
http://catb.org/esr/faqs/smart-questions.html

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Sun, Jun 24, 2012 at 11:37 PM, MyName? ? wrote:

> mail me on my mail id i will help you
>
> developer.it.a...@gmail.com
>
>
> On 23 June 2012 19:32, Narendra Singh Rathore wrote:
>
>> Please help me out in parsing xml from url
>>
>> --
>> 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
>
>
>
>
> --
>
>
>
>
>
>
>
>
>  (Deepak Mamdapure)
>
>  You only live once, once is enough.
>
>  --
> 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] parsing xml in given url

2012-06-25 Thread TreKing
On Mon, Jun 25, 2012 at 12:23 AM, Narendra Singh Rathore <
nsr.curi...@gmail.com> wrote:

> But, sorry to say, I think its time consuming task.
>

Searching Google is a "time consuming task"?
More so than posting to this group and waiting an indefinite amount of time
for a response? Are you being serious?

-
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] parsing xml in given url

2012-06-25 Thread Narendra Singh Rathore
Hi again Justin and Treking,

I already apologized in the same thread for my mistake.
So, I guess, its no need to continue this discussion further, only to show
my mistake.
I hope, you got what I mean.

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