Application class Flashcards

1
Q

What is Application class?

A

The Application class in Android is the base class within an Android app that contains all other components such as activities and services. The Application class, or any subclass of the Application class, is instantiated before any other class when the process for your application/package is created.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly