mercredi 29 juillet 2015

Android, Singleton, context

I am stuck in a problem. I am creating a helper class that needs to be Singleton. And that class has a global context variable. I am not able to do this since context is available only from onCreate and this Singleton instance is created much before since it is static.

Can someone help me on how to solve this issue. Context is needed for the Singleton instance finally.

Aucun commentaire:

Enregistrer un commentaire