GWT isn't a server, it would be the front end used to communicate with or display data from a server. You can use a GWT web page to submit a string to a server, just like any other web page on the Android. That would work.
Otherwise you could look into Android's native code, there has to be some sort of UDP or TCP/IP stack in Android. This would allow you to run the program on the Android, instead of viewing just the webpage. I haven't looked at Android too heavily yet (waiting for some better phones/plans), so I can't tell you the best interface to use. On Feb 18, 8:52 am, frankCostello <[email protected]> wrote: > Are there any procedures for the comunication between android and qwt- > server? > I want to make a simply app in android that send a String to a server > that are extenal(not in android); this server is make in gwt. > Thanks > > On 18 Feb, 14:39, Sean <[email protected]> wrote: > > > GWT is for the web, so what you would want to do if you're heart is > > set on GWT and not on the Android native langauge, is to make a > > webpage just for the Andriod, so you can imagine the scaling and > > buttons and text to be usable on the phone. THne just use Android to > > gotot hat web page. The bright side oft hat is, any handheld device > > with web access (iPhone, Blackberry) should be able to use it. The > > downside is, it's still a webpage and you won't have access to the > > Android's more impressive functionality, like the GPS, the > > accelerometers and such. > > > Depending on the app, you may want to make a program specifically for > > the android on the android. > > > On Feb 17, 5:30 pm, frankCostello <[email protected]> wrote: > > > > Thanks for the reply; > > > but I want to say how to create a simple gwt application on Android! > > > Thanks. > > > > On 17 Feb, 20:20, Ben Tilford <[email protected]> wrote: > > > > > The Android SDK and GWT have a lot in common as far as design and code > > > > styles. There are a couple of web servers available for Android that > > > > would > > > > let you serve up a webpage with GWT embeded in it but that would be a > > > > very > > > > round about way of getting things done. > > > > > On Tue, Feb 17, 2009 at 2:02 PM, frankCostello <[email protected]> > > > > wrote: > > > > > > Hi, > > > > > I want to make a Gwt application on Android! > > > > > It's possible? > > > > > How do I do? > > > > > thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
