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

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

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