That is great Alain! Creating mobile apps for both platforms just with one way and best way with java. This is what I was looking for.
I hope there will be sample projects with the release :). I am looking forward to see it. On 12 Ağustos, 12:28, leandro borbosa <[email protected]> wrote: > Woah ! This is mind blowing! Really impressive stuff going on the group here > latelly. > Google gotta love what people are cming up with :) > > I was looikng for a way to get around Objective C. This sounds like a good > solution > When are you going to release ? > > 2011/8/12 Alain Ekambi <[email protected]> > > > > > > > > > Hello folks, > > > The next release of our Gwt4 products familly in coming soon. > > We are exited to annouce you the addition of a new GWT module called > > *Gwt4Titanium > > Mobile*. > > This module leverages the Appceletator titanium platform and enables to > > write *native mobile applications for iOS and Android* > > > This means that using a GWT API one will be able to write on code and > > deploy to Android and iOs. > > Below is a sample code of the API > > > /** > > * Entry point classes define <code>onModuleLoad()</code>. > > */ > > public class TiMobile implements EntryPoint { > > > public void onModuleLoad() { > > > AlertDialog alertDialog = UI.createAlertDialog(); > > > alterDialog.setTitle("Gwt4Titanium Mobile 1.0"); > > > alterDialog.setMessage("Emitron says: Hello, World !"); > > > JsArrayString buttons = JsArrayString.createArray().cast(); > > > buttons.push("OK"); > > > alertDialog.setButtonNames(buttons); > > > alertDialog .show(); > > > } > > } > > > and attached is the result on iPhone, Android and iPad > > > [image: ti.png] > > > We are really exited about this new capabilities and looking forward to > > hearing your inputs. > > > The gwt4 Team > > -- > > > GWT API for non Java based platforms > >http://code.google.com/p/gwt4air/ > >http://www.gwt4air.appspot.com/ > > > -- > > 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. > > > > ti.png > 265KGörüntüleİndir -- 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.
