What is an activity?
Answer / mady
A single screen in an application, with supporting Java code.
An activity presents a visual user interface for one focused endeavor the user can undertake.
For example, an activity might present a list of menu items users can choose from or it might display photographs along with their captions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of dependency injection in android?
Tell us why would you do the setcontentview() in oncreate() of activity class?
What are the basic tools used to develop an android app?
What is the build process in android?
What is compound condition?
Types of notification in android?
If the Activity is showing an animation that indicates some kind of progress, what issue might you encounter and how could you address it?
What data types are supported by AIDL?
Which elements can occur only once and must be present?
Explain android 4.0 library folder in android?
What is a ContentProvider and what is it typically used for?
What is DDMS? Describe some of its capabilities.