Created
February 23, 2016 01:48
-
-
Save luizmarcus/54939fb103ccc6c477fe to your computer and use it in GitHub Desktop.
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
/** | |
* Chamado após carregar as views | |
*/ | |
@AfterViews | |
void loadViews(){ | |
texto.setText("Views inicializadas"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment