I have followed this tutorial to use SQLite db in my android app.
Since I am a beginner I\'m having problems understanding "context" parameter used in the example.
Pass the ActivityName.this as class context as argument to the adapter class's constructor
the ActivityName is the name of the Activityclass in which you are calling the adapter