WCF SDK Question:

Download Job Interview Questions and Answers PDF

What are the android activities?

WCF SDK Interview Question
WCF SDK Interview Question

Answer:

Activity provides the user interface. When you create an android application in eclipse through the wizard it asks you the name of the activity. Default name is MainActivity. You can provide any name according to the need. Basically it is a class (MainActivity) that is inherited automatically from Activity class. Mostly, applications have oneor more activities; and the main purpose of an activity is to interact with the user. Activity goes through a numberof stages, known as an activity's life cycle.

Download WCF SDK Interview Questions And Answers PDF

Previous QuestionNext Question
Described the sending SMS in android?What are the different data storage options which are available in Android?