[android-developers] heeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeelp

2010-03-04 Thread alfadel mohamed
hi all i am currently working on an application that need to add, edit , insert and update events( google calendar) ,i got as far as authenticating and getting the existing events , know i am trying to add an event : according to google appi i should use http post method , along with the authent

[android-developers] hhhelp

2010-03-03 Thread alfadel mohamed
hi all i am currently working on an application that need to add, edit , insert and update events( google calendar) ,i got as far as authenticating and getting the existing events , know i am trying to add an event : according to google appi i should use http post method , along with the authent

[android-developers] Create a new event , android platform

2010-03-03 Thread alfadel mohamed
hi al any help plz hi all i am currently working on an application that need to add, edit , insert and update events( google calendar) ,i got as far as authenticating and getting the existing events , know i am trying to add an event : according to google appi i should use http

[android-developers] Re: heeelp

2010-03-03 Thread alfadel mohamed
hi all help plz > > i am currently working on an application that need to read edit , insert > and update events( google calendar) ,i got as far as authenticating and > getting the existing events , know i am trying to

[android-developers] Re: heeelp

2010-03-02 Thread alfadel mohamed
mmm On Tue, Mar 2, 2010 at 10:17 PM, alfadel mohamed wrote: > hi all > > i am currently working on an application that need to add, edit , insert > and update events( google calendar) ,i got as far as authenticating and > getting the existing events , know i am trying

[android-developers] heeelp

2010-03-02 Thread alfadel mohamed
hi all i am currently working on an application that need to add, edit , insert and update events( google calendar) ,i got as far as authenticating and getting the existing events , know i am trying to add an event : according to google appi i should use http post method , along with the authent

Re: [android-developers] Re: How to send and receive http request

2010-03-02 Thread alfadel mohamed
hi *there is GData Package written by Neil Loknath , i would recommend you to have a look at , it may be exactly what you want.* * http://handheld.softpedia.com/get/Desktop-and-Shell/Development/Simply-GData-81512.shtml * On Tue, Mar

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

2010-03-02 Thread alfadel mohamed
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 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 comm

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

2010-03-02 Thread alfadel mohamed
ed? > > Regards, > Raqeeb > > On Mar 2, 9:50 am, alfadel mohamed 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 > >

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