Skip to content

Instantly share code, notes, and snippets.

@v3n3
Last active October 17, 2016 18:13
Show Gist options
  • Save v3n3/546f99c4c0f6119d4926760e51b77d5f to your computer and use it in GitHub Desktop.
Save v3n3/546f99c4c0f6119d4926760e51b77d5f to your computer and use it in GitHub Desktop.
@OnClick(R.id.my_button)
public void sendToServer(){
MyData data = getDataFromEditText();
presenter.makeServerCall(data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment