adspace
Answer Posted / Ashmita Tiwari
An Activity is the fundamental building block of an Android application. It represents a single screen with a user interface (UI).nActivities can be launched, stopped, and resumed, providing a way for users to interact with your app.nEach Activity is managed by the Android system, and it runs in its own thread, separate from other Activities.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers