Skip to content

Instantly share code, notes, and snippets.

@antgustech
Last active May 9, 2016 17:47
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 antgustech/efe86163e2a51b4e9dc2c9efdd4430ab to your computer and use it in GitHub Desktop.
Save antgustech/efe86163e2a51b4e9dc2c9efdd4430ab to your computer and use it in GitHub Desktop.
CharSequence emptyInputMsg = null;
String title = inputTitle.getText().toString();
String amount = inputAmount.getText().toString();
String date = inputDate.getText().toString();
if(title.equals("")) {
emptyInputMsg = "Vänta lite, fuck you.";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment