Skip to content

Instantly share code, notes, and snippets.

@LondonAppDev
Created February 23, 2017 10:37
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 LondonAppDev/c463096759e97a03d2aee37b032a920d to your computer and use it in GitHub Desktop.
Save LondonAppDev/c463096759e97a03d2aee37b032a920d to your computer and use it in GitHub Desktop.
1602 On Click Function
public void getReposClicked(View v) {
// Clear the repo list (so we have a fresh screen to add to)
clearRepoList();
// Call our getRepoList() function that is defined above and pass in the
// text which has been entered into the etGitHubUser text input field.
getRepoList(etGitHubUser.getText().toString());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment