On Sun, Dec 8, 2013 at 11:44 PM, Daniel Blees <[email protected]> wrote:
> Where can I find more information about creating drop-down menus, or GUIs > in general, in Google App Engine? > > As Jim said, the Google Web Toolkit is a good option for creating GUIs. But you may want to consider another option: Dart. The syntax is very similar to Java, but it's targeted towards the client and can be translated to Javascript. It's also sponsored by Google and recently had its 1.0 release. Here's a few examples: https://www.dartlang.org/samples/ ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
