14

I have been trying to follow mgwt and gwt-phonegap through code.google.com. It feels like a pain for me, because I can't find something properly described there for a beginner to follow. Can any one plz suggest me a good tutorial site or examples for mgwt/gwtphonegap?

Daniel Kurka
  • 7,973
  • 2
  • 24
  • 43
Vivek Mohan
  • 8,078
  • 8
  • 31
  • 49

1 Answers1

15

if you have questions on how to get started the mgwt user group ( https://groups.google.com/forum/?fromgroups#!forum/mgwt ) is a very good place to ask questions and there have been already a tremendous amount of questions about it on the group. We are very friendly (especially to inexperienced users)

Check out the wiki:

Check out the blog: - http://blog.daniel-kurka.de/2012/06/using-mgwt-and-gwt-phonegap.html

Also there are a couple of videos out there:

We did not document the basics of GWT MVP. This is done very nicely in the GWT docs.

Daniel Kurka
  • 7,973
  • 2
  • 24
  • 43
  • 4
    Hi Daniel, I really like the approach of mgwt and appreciate your time and effort. For a public API I still would ask for better JavaDoc in some places. Just a "Constructor for xx.", "handlerRegistration a {@link com.google.gwt.event.shared.HandlerRegistration} object" - so stuff that just documents the obvious is not so helpful. No offense, I hope you understand my request for developers going to use that nice API. Thx! :) – Tom Fink Jul 12 '13 at 10:50
  • Hi Daniel, Could you please update the tutorial to the new version? It is hard to find a working tutorial of the latest gwtphonegap. Thanks! – Yang Zhang Sep 10 '14 at 13:36