Skip to content

Instantly share code, notes, and snippets.

@jungilhan
Last active August 25, 2017 08:00
Show Gist options
  • Save jungilhan/1d3508e6d47c7d15fc04623d5ee74441 to your computer and use it in GitHub Desktop.
Save jungilhan/1d3508e6d47c7d15fc04623d5ee74441 to your computer and use it in GitHub Desktop.
public class MyApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
SomeSdk.init(this); // init some SDK, MyApplication is the Context
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment