hi there chapter 22 of the attached book will be a good starting point.
all the best On Tue, Mar 2, 2010 at 6:09 PM, alfadel mohamed <[email protected]>wrote: > hi there > > no what i said was you need to no which server you are going to get your > data from and once you figure about how you can communicate with the server > then you can use the HTTP carry out the communication , and once you have > the data on your device . > > for example if you want to retrieve your google calendar events from google > server you need send http post request to http:/ > google.com/feed/...../full, and in response to your request google server > will send you back your events in the form of xml block of data , then you > have to use let say Saxparser classes to get what ever you want out of that > block of data e.g start time , end time ....ect. > > rgds > > i h > On Tue, Mar 2, 2010 at 5:49 PM, raqz <[email protected]> wrote: > >> Hi, >> >> Hmm...So I need to start reading about the HTTP classes android >> provides to find out how it parses data. >> Is that what you want to convey Mohamed? >> >> Regards, >> Raqeeb >> >> On Mar 2, 9:50 am, alfadel mohamed <[email protected]> wrote: >> > 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 .. >> > >> > rgdsOn Tue, Mar 2, 2010 at 4:50 AM, raqz <[email protected]> >> 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 >> [email protected] >> > > To unsubscribe from this group, send email to >> > > [email protected]<android-developers%[email protected]> >> <android-developers%[email protected]<android-developers%[email protected]> >> > >> > > 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 [email protected] >> To unsubscribe from this group, send email to >> [email protected]<android-developers%[email protected]> >> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

