Android
Programming and Technical
Programming
Technical
What is a context in android ?
Options
1) It is an interface to store global information about an application
2) It is used to create new components.
3) Android has two contexts, those are getContext() and getApplicationContext()
4) All of above
Read Solution (Total 2)
-
- 1 option:-
Interface to global information about an application environment. This is an abstract class whose implementation is provided by the Android system. It allows access to application-specific resources and classes, as well as up-calls for application-level operations such as launching activities, broadcasting and receiving intents, etc. - 7 years agoHelpfull: Yes(0) No(0)
- all of above
- 7 years agoHelpfull: Yes(0) No(0)
Android Other Question