[android-developers] Server for Android APP

2011-08-23 Thread Diogo Salaberri
Hello guys.. I want to developer an APP that will request and receive information from a remote server, basic exchange of information, like a json or xml. How can I do this, I know. But what is the better option for the server ? I want a server that stay waiting for my requests. Whats the better

Re: [android-developers] Server for Android APP

2011-08-23 Thread Kevin Anthony
I use a basic DJango JSON backend, it works well for me On Tue, Aug 23, 2011 at 1:41 PM, Diogo Salaberri caxix...@gmail.com wrote: Hello guys.. I want to developer an APP that will request and receive information from a remote server, basic exchange of information, like a json or xml. How

Re: [android-developers] Server for Android APP

2011-08-23 Thread Michael Banzon
OT: Did your website just get android-developers'ed or does it 509 all the time? ;-) On Tue, Aug 23, 2011 at 7:43 PM, Kevin Anthony kevin.s.anth...@gmail.com wrote: I use a basic DJango JSON backend, it works well for me On Tue, Aug 23, 2011 at 1:41 PM, Diogo Salaberri caxix...@gmail.com

Re: [android-developers] Server for Android APP

2011-08-23 Thread Greg Donald
On Tue, Aug 23, 2011 at 1:18 PM, Michael Banzon mich...@banzon.dk wrote: OT: Did your website just get android-developers'ed or does it 509 all the time? ;-) android-developers'ed Lol. -- Greg Donald -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Server for Android APP

2011-08-23 Thread Diogo Salaberri
? On Tue, Aug 23, 2011 at 3:18 PM, Michael Banzon mich...@banzon.dk wrote: OT: Did your website just get android-developers'ed or does it 509 all the time? ;-) On Tue, Aug 23, 2011 at 7:43 PM, Kevin Anthony kevin.s.anth...@gmail.com wrote: I use a basic DJango JSON backend, it works well