Created
March 16, 2013 07:41
-
-
Save ozw-sei/5175416 to your computer and use it in GitHub Desktop.
Aquery ref: http://qiita.com/items/b32a4fa1953aa36a5c7b
This file contains 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
AQuery aq = new AQuery(this); | |
aq.id(R.id.some_button).text( "Button" ).clicked(this,"someFunction"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment