I've read What is context on android but still the following question is not clear for me:
Whenever I encounter the "context" parameter in any constructor, I pass the "this" keyword automatically and without thinking. Is this always the right approach?
- If yes: it means that "this" keyword is the unique answer to the "context" requirement. So what is this useless asking?
- If no: in which cases and what other objects maybe passed when a constructor asks for "context"?
Excuse me for my stupid question if it's so. I'm a beginner to android programming and trying to understand the basic concepts.