Last active
June 29, 2016 12:19
-
-
Save andrzejchm/611d234427860f570aab184d5be8b004 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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