Last active
October 27, 2020 07:28
-
-
Save gsrathoreniks/cd188349ba23897a1b3fb4979d46f236 to your computer and use it in GitHub Desktop.
application_class.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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