Android Developer Question:

Do you know what is Application?

Answer:

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.

Read All 56 Android Developer Questions
Previous QuestionNext Question
What are fragments?Explain me what are the advantages of Android Operating System?