Skip to content

Instantly share code, notes, and snippets.

@juniorz
Created May 30, 2011 00:41
Embed
What would you like to do?
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