Skip to content

Instantly share code, notes, and snippets.

@gsrathoreniks
Last active October 27, 2020 07:28
Show Gist options
  • Save gsrathoreniks/cd188349ba23897a1b3fb4979d46f236 to your computer and use it in GitHub Desktop.
Save gsrathoreniks/cd188349ba23897a1b3fb4979d46f236 to your computer and use it in GitHub Desktop.
application_class.java
public class MyApplication extends Application {
//Optional override
@Override
public void onCreate() {
super.onCreate();
// Write initialization logic here!
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment