[android-developers] Tips to write an app that fetches data from website and displays it on screen

2010-03-02 Thread raqz
Hi,

I am new to android programming and have a strong keen interest to
learn it. I want to write a program that fetches the data from a
website, segregates it and displays it on the screen of the phone. The
data could be grocery list from a supermarket or sale items in a
mall.
Could you please suggest as to how I can go ahead and start this.

Thanks,
Raqeeb

-- 
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] Tips to write an app that fetches data from website and displays it on screen

2010-03-02 Thread alfadel mohamed
hi there

i am not sure about your project requirement , but first of all you need to
know how to communicate with the website server that you want to retrieve
data from using http classes and then parse the data to extract ..

rgds

On Tue, Mar 2, 2010 at 4:50 AM, raqz  wrote:

> Hi,
>
> I am new to android programming and have a strong keen interest to
> learn it. I want to write a program that fetches the data from a
> website, segregates it and displays it on the screen of the phone. The
> data could be grocery list from a supermarket or sale items in a
> mall.
> Could you please suggest as to how I can go ahead and start this.
>
> Thanks,
> Raqeeb
>
> --
> 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] Tips to write an app that fetches data from website and displays it on screen

2010-03-02 Thread chris harper
Take a look at this link.

This class uploads photos from a website to an app. That's where I would
start.

Most of the HTTP methods are at the bottom.

http://code.google.com/p/apps-for-android/source/browse/trunk/Photostream/src/com/google/android/photostream/Flickr.java

-Chris

On Mon, Mar 1, 2010 at 9:50 PM, raqz  wrote:

> Hi,
>
> I am new to android programming and have a strong keen interest to
> learn it. I want to write a program that fetches the data from a
> website, segregates it and displays it on the screen of the phone. The
> data could be grocery list from a supermarket or sale items in a
> mall.
> Could you please suggest as to how I can go ahead and start this.
>
> Thanks,
> Raqeeb
>
> --
> 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