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.
So they te
The View class does have a getContext method.
You either have a typo, or your code is not located in a non-static method of a sub-class of View.