Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created December 28, 2017 09:23
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 jezinka/ab9e624c9749b4b62b327fac35f79d40 to your computer and use it in GitHub Desktop.
Save jezinka/ab9e624c9749b4b62b327fac35f79d40 to your computer and use it in GitHub Desktop.
public void workButtonClick(View view) {
URL workUrl = createUrl(WORK_PARAM);
new OdjazdQueryTask().execute(workUrl);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment