Activity Definition Android Part – 2

 

What are Activities in Android? An activity is the entry point of application for interacting with the user. The users directly interact with an android app using screens provided by activity. Activity is single, focused thing that the user can do. For example, One activity can have a user interface for SIGNUP, and Another activity can have a user interface for LOGIN. All activities are independent means they do not depend on each other.


Leave a Reply

Your email address will not be published. Required fields are marked *