Skip to content

Instantly share code, notes, and snippets.

Created April 29, 2015 00:15
Show Gist options
  • Save anonymous/f5feae51009b9f8bc956 to your computer and use it in GitHub Desktop.
Save anonymous/f5feae51009b9f8bc956 to your computer and use it in GitHub Desktop.
/**
* This method displays the given text on the screen.
*/
private void displayMessage(String message) {
TextView priceTextView = (TextView) findViewById(R.id.price_text_view);
priceTextView.setText(message);
}
@Samdzaka
Copy link

Samdzaka commented Jul 1, 2022

Thank you! 😊

@hafsabelka
Copy link

ok thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment