Skip to content

Instantly share code, notes, and snippets.

@janishar
Created October 3, 2016 11:52
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 janishar/68f218954b50c3f0ca8db2037588953b to your computer and use it in GitHub Desktop.
Save janishar/68f218954b50c3f0ca8db2037588953b to your computer and use it in GitHub Desktop.
public class Application extends android.app.Application {
@Override
public void onCreate() {
super.onCreate();
ApiHandler.init();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment