Skip to content

Instantly share code, notes, and snippets.

@igorwojda
Created August 29, 2018 11:06
Show Gist options
  • Save igorwojda/a7a79feaacfdebceff5b457085440404 to your computer and use it in GitHub Desktop.
Save igorwojda/a7a79feaacfdebceff5b457085440404 to your computer and use it in GitHub Desktop.
public class MyApplication extends Application {
public void onCreate() {
super.onCreate();
Stetho.initializeWithDefaults(this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment