0 votes
in JQuery by
What is 'Context' on Android?

1 Answer

0 votes
by

The documentation itself provides a rather straightforward explanation: The Context class is an “Interface to global information about an application environment".

We may assume a Context is a handle to the system; it provides services like resolving resources, obtaining access to databases and preferences, and so on. An Android app has activities. Context is like a handle to the environment your application is currently running in. The activity object inherits the Context object.

Related questions

0 votes
asked Sep 21, 2020 in JQuery by JackTerrance
+1 vote
0 votes
asked Jun 23, 2020 in JQuery by AdilsonLima
...