[android-developers] Re: HELP : Android and GWT

2009-03-03 Thread ANDREA P
Thanks I have resolved the problem To Communicate between Android and GWT I have used Java Socket; in GWT you can use Java Socket only in Server Side. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Andro

[android-developers] Re: HELP : Android and GWT

2009-03-03 Thread JP
Well I believe you don't - when executed, a GWT web app is a HTML/CSS/ JavaScript based web app just like any other that you load into the browser. It really makes no difference whether you develop in GWT or native JS, because all you load into the web browser is your code cross-compiled to JS. It