Skip to content

Instantly share code, notes, and snippets.

@soundmasteraj
Forked from singhsegv/DemoActivity.java
Created December 3, 2020 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soundmasteraj/ecab7226bac6c219487db908e8bda24e to your computer and use it in GitHub Desktop.
Save soundmasteraj/ecab7226bac6c219487db908e8bda24e 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