Well, I need to access my database and some methods related from my app and a Service, which are not related.
So, I would like to create a Singleton which will hold my SQLiteDatabase instance. But, for this, I need My Singleton to get a context.
So, my idea is to create a Singleton with a parameter (my context)