Skip to content

Instantly share code, notes, and snippets.

@AliAsadi
Last active June 27, 2019 15:08
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 AliAsadi/9474c9950b55027f87923442fafd439e to your computer and use it in GitHub Desktop.
Save AliAsadi/9474c9950b55027f87923442fafd439e to your computer and use it in GitHub Desktop.
public class LoginActivity 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