Skip to content

Instantly share code, notes, and snippets.

@shikto1
Last active January 11, 2020 12:59
Show Gist options
  • Save shikto1/9875a3139241cade4999e6e98ade5c46 to your computer and use it in GitHub Desktop.
Save shikto1/9875a3139241cade4999e6e98ade5c46 to your computer and use it in GitHub Desktop.
public class SingletonActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
//...
SingletonManager.getInstance(this);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment