Skip to content

Instantly share code, notes, and snippets.

@tatocaster
Last active April 30, 2017 08:45
Show Gist options
  • Select an option

  • Save tatocaster/eeea1ccb0d2c78a0e90c7a09f294345e to your computer and use it in GitHub Desktop.

Select an option

Save tatocaster/eeea1ccb0d2c78a0e90c7a09f294345e to your computer and use it in GitHub Desktop.
MyApplication class for Litho
public class MyApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
SoLoader.init(this, false);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment