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

2010-03-02 Thread A R
Check out URL and HttpURLConnection class for your server communication need. You can create a Class which handles all your server request. Implement for eg doSomeWork() which will make server request in a separate thread. This class should also be passed a listener which will be notified when

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

2010-03-02 Thread A R
Also always check http://developer.android.com/guide/index.html and the 'resources' section. Lot of good stuff there On Mar 3, 1:47 am, A R amit.r...@gmail.com wrote: Check out URL and HttpURLConnection class for your server communication need. You can create a Class which handles all your

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 Loknathhttp://handheld.softpedia.com/developer/Neil-Loknath-1.html , 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