So I have been going through the Android Developer training on the official site and there is a point where they want us to finally instantiate our database.
In your code you have used geContext() change it to getContext() or getApplicationContext() or if calling the object from inside an activity simply pass this