Created
May 30, 2011 00:41
-
-
Save juniorz/998290 to your computer and use it in GitHub Desktop.
Hello World using the Droid DSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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