Skip to content

Instantly share code, notes, and snippets.

@ravidsrk
Last active July 31, 2017 19:02
Show Gist options
  • Save ravidsrk/9f8c5cf1f58d8fd5bf4bc584fdf83cf8 to your computer and use it in GitHub Desktop.
Save ravidsrk/9f8c5cf1f58d8fd5bf4bc584fdf83cf8 to your computer and use it in GitHub Desktop.
public class MainActivity extends BaseActivity implements MainMvpView, ErrorView.ErrorListener {
...
private void pokemonClicked(Pokemon pokemon) {
startActivity(DetailActivity.Companion.getStartIntent(this, pokemon))
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment