Notes - Android
What is a Context?
Context is used to provide information about application environment, and is used to perform application level tasks. Such as; Launching Activity, Broadcasting and Receiving intents and etc.
Context are used when our code needs to ...
tushar-rupani.hashnode.dev3 min read