Android Developer Question:
Download Questions PDF

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.

Download Android Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What are fragments?Explain me what are the advantages of Android Operating System?