Skip to content

Instantly share code, notes, and snippets.

@andrzejchm
Last active June 29, 2016 12:19
Show Gist options
  • Save andrzejchm/611d234427860f570aab184d5be8b004 to your computer and use it in GitHub Desktop.
Save andrzejchm/611d234427860f570aab184d5be8b004 to your computer and use it in GitHub Desktop.
public class BadActivity extends DroidMVPActivity<GoodPresentationModel, GoodView, GoodPresenter> {
...
@OnClick(R.id.button) public void onButtonClicked() {
showProgress();
presenter.onButtonClicked();
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment