Re: GWT meets iOS: Gwt4Titanium Mobile 1.0 coming soon

2011-08-13 Thread gwt.user
This is really impressive stuff. Building native iPhone applications in 
Java. That s sounds unreal.
Looking forward to the release candidate.

Great Job like alsways Alain

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/jHXQo0omaTIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT meets iOS: Gwt4Titanium Mobile 1.0 coming soon

2011-08-12 Thread ahmet kara
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 leandrob...@googlemail.com
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 jazzmatad...@googlemail.com







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



Re: GWT meets iOS: Gwt4Titanium Mobile 1.0 coming soon

2011-08-12 Thread Kathiravan Tamilvanan
Do you have a beta. Would love to give it a try :-)

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ZkK5XGA1zAMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.