Skip to content

Instantly share code, notes, and snippets.

@singhsegv
Created October 15, 2018 12:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save singhsegv/b06459649f5e8f59f767e5c8728740fb to your computer and use it in GitHub Desktop.
Save singhsegv/b06459649f5e8f59f767e5c8728740fb to your computer and use it in GitHub Desktop.
package ${packageName};
public class ${className}Activity extends DemoBaseActivity<${className}Contract.Presenter> implements ${className}Contract.View {
@Override
protected void onCreate(final Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_demo);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment