Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hluhovskyi
Created September 8, 2017 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hluhovskyi/a4c5dc3195fe53bde36922adcc822332 to your computer and use it in GitHub Desktop.
Save hluhovskyi/a4c5dc3195fe53bde36922adcc822332 to your computer and use it in GitHub Desktop.
private TextView errorMessage;
@Override
protected void onCreate(Bundle savedInstanceState) {
errorMessage = (TextView) findViewById(R.id.error_message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment