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