Re: [android-developers] Use HTTP post method or Simple Java Socket Program

2010-03-20 Thread David Ashwood
Didn't you already ask this raqz?
https://mail.google.com/mail/?tab=cm#inbox/1277ab8600744cb5

On 21 March 2010 02:44, raqz  wrote:

> Hi,
>
> Could someone please suggest me a good/efficient way to communicate
> with
> the server.
> I could think of two options
> 1) Use http post methods to send data to a php script at the server
> which would later call the google api's written in another java
> program (jar)\or use php to use google api's (if its possible) to find
> nearby restaurants and send the list back to client.
> 2) Use simple java socket programming. The server has a jar file that
> supports multi threading and it does the job of finding restaurants
> and sending the list.
>
> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
> To unsubscribe from this group, send email to android-developers+
> unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> ME" as the subject.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.


[android-developers] Use HTTP post method or Simple Java Socket Program

2010-03-20 Thread raqz
Hi,

Could someone please suggest me a good/efficient way to communicate
with
the server.
I could think of two options
1) Use http post methods to send data to a php script at the server
which would later call the google api's written in another java
program (jar)\or use php to use google api's (if its possible) to find
nearby restaurants and send the list back to client.
2) Use simple java socket programming. The server has a jar file that
supports multi threading and it does the job of finding restaurants
and sending the list.

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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.