frankCostello schrieb:

> How do I communicate with between Android and gwt?

The Android-SDK is a Plugin for Eclipse and the programming
language used for implementing applications is Java. So to
communicate between an Android Application and a server you
don't need GWT, a simple servlet should do the trick that
is accessed the usual way, using a HttpUrlConnection (I just
downloaded the SDK, so establishing HTTP-connections might
be different but the idea should be clear).

> for example I want send a String from gwt's apps to android's
> applications!!
> 
> How do I do??

The GWT-application sends the string to the server where
it's kept until the Android Application retrieves it.
Better solutions might be possible if you explain what
exactly you want to do.


Regards, Lothar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to