Skip to content

Instantly share code, notes, and snippets.

@juniorz
Created May 30, 2011 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juniorz/998290 to your computer and use it in GitHub Desktop.
Save juniorz/998290 to your computer and use it in GitHub Desktop.
Hello World using the Droid DSL
/*
* HelloWorld Example
* Based on: http://developer.android.com/resources/tutorials/hello-world.html
*/
application "Hello, Android!" => com.example.android.hellodroid {
string hello = "Hello, Android! I am a string resource!"
screen HelloDroid {
# textView: @string hello
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment