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.
As you see in the example, there is a context passed to the ToDoAdapter. You can pass activity as a context or activity.getApplicationContext(). Read about context here.