Skip to content

Instantly share code, notes, and snippets.

@singhsegv
Created October 11, 2018 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save singhsegv/e645fe47906fa542725daf09f4f219f0 to your computer and use it in GitHub Desktop.
Save singhsegv/e645fe47906fa542725daf09f4f219f0 to your computer and use it in GitHub Desktop.
public class DemoActivity extends DemoBaseActivity<DemoContract.Presenter> implements DemoContract.View {
@Override
public void onCreate(@Nullable 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