Skip to content

Instantly share code, notes, and snippets.

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 GauravChaddha1996/8a2e759b0ec062cf01978b6a3307450a to your computer and use it in GitHub Desktop.
Save GauravChaddha1996/8a2e759b0ec062cf01978b6a3307450a to your computer and use it in GitHub Desktop.
class MyActivity {
@Override
public void onCreate() {
Context context = this.getApplicationContext();
MyDatabase db = new MyDatabase(context);
MyPresenter presenter = new MyPresenter(db);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment