I have created an instance of my database helper class in the main activity.
I want to access that instance from any another activity where I can update that database.
I have created an instance with getApplicationContext()
as context
but it's still not showing that instance in another activity.