Android

Android Event Handling

Android Event Handling

Events are some sort of activities that a user performs to interact with the application. A simple event can be clicking a button or touching the screen. 
Android Event Management consists of the following concepts:

  • Event handlers: These are responsible for handling events and performing specific actions based on their events. 
  • Event listeners: An event listener works as an interface in the View class. These methods are called by the Android framework when the View, with which an event listener is linked, is called by the user. 
  • Event listeners registration: It is a process in which an Event handler is registered with an Event listener. This way the event handler is called when the Event listener is triggered. 
     

Top course recommendations for you

    Python IDLE
    1 hrs
    Beginner
    1.5K+ Learners
    4.71  (21)
    Python vs R
    3 hrs
    Beginner
    1.5K+ Learners
    4.57  (46)
    Highest Paying Tech Jobs
    1 hrs
    Beginner
    2.7K+ Learners
    4.09  (11)
    Threading and Scheduling in Python
    2 hrs
    Beginner
    1.7K+ Learners
    4.58  (38)
    Beautiful Soup
    2 hrs
    Beginner
    1.3K+ Learners
    4.59  (49)
    Java Applications
    1 hrs
    Beginner
    6K+ Learners
    4.47  (125)
    Python List
    1 hrs
    Beginner
    4.3K+ Learners
    4.6  (145)
    Python Classes
    1 hrs
    Beginner
    5.9K+ Learners
    4.51  (166)
    OOPs in Python
    1 hrs
    Beginner
    13.2K+ Learners
    4.39  (752)
    Python Careers
    1 hrs
    Beginner
    5.3K+ Learners
    4.4  (48)