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 |
How do you supply construction arguments into a fragment?
What is the name of the database used in android?
What is intent in Android?
What data types does aidl support?
What is Content Provider in Android?
0 Answers SwanSoft Technologies,
What is the risk in blocking the main thread when performing a lengthyoperation such as web access or heavy computation?
What is implicit intent in android?
Is it possible to use or add a fragment without using a user interface?
What are some measures you can take to avoid anr?
What is included in Mono for Android?
Can fragments be added without using a user interface?
which of the based class for the main application class in an android application that has a user interface?