Skip to content

Instantly share code, notes, and snippets.

@shikto1
Last active January 11, 2020 13:00
Show Gist options
  • Select an option

  • Save shikto1/b6666cf0aff92a9c74275b95a19e69b3 to your computer and use it in GitHub Desktop.

Select an option

Save shikto1/b6666cf0aff92a9c74275b95a19e69b3 to your computer and use it in GitHub Desktop.
public class SingletonActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
//...
SingletonManager.getInstance(getApplicationContext());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment