i have written a application for android phone (nexus1) which collects some information regularly at some intervals.Now i want to transfer the information collected to some particular server regularly as the information is collected by phone?
+1
A:
you can use very different methods for this... some things first come to my mind:
Internet: Website to receive data (via URL)...written in Java/EE or PHP,...
Bluetooth: If your device is always in connection with your server, you can use this
It would help, if you would specify, how you want to have your "server" working...
poeschlorn
2010-06-14 09:24:58
Thanks for replying. I want to transfer via Internet.i want to use GPRS of the android phone for data transfer
surath
2010-06-14 09:35:48
poeschlorn
2010-06-14 10:54:19