Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Created August 19, 2016 10:07
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 orhanobut/b607d45eb4da1fe2cfd153322397faeb to your computer and use it in GitHub Desktop.
Save orhanobut/b607d45eb4da1fe2cfd153322397faeb to your computer and use it in GitHub Desktop.
class MyApplication extends Application {
Override 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