About 514,000 results
Open links in new tab
  1. Event Handling in Android - GeeksforGeeks

    6 days ago · Events are the actions performed by the user in order to interact with the application, for e.g. pressing a button or touching the screen. The events are managed by the android framework in the FIFO manner i.e. First In – First Out. Handling such actions or events by performing the desired task is called Event Handling.

  2. Event-driven programming for Android (part I) - Medium

    Jan 25, 2015 · First, let’s establish a definition for event-driven development. This is a programming paradigm where the flow of execution is determined by events triggered by actions (such user...

  3. Event-Driven Programming for Mobile Application Development

    Dec 6, 2024 · By focusing on events and their corresponding handlers, developers can create modular, scalable, and user-friendly applications that provide a superior user experience. Whether you’re working on Android or iOS, mastering event-driven programming is essential for building modern mobile applications.

  4. Android Event Handling - Online Tutorials Library

    Android Event Handling - Learn how to handle events in Android application development with this tutorial on event listeners and handling user interactions.

  5. The Essence of Event-Driven Programming in Android App Development

    Nov 4, 2023 · In essence, event-driven programming in the context of Android app development hinges on the idea of responding to various events, whether initiated by the user’s actions or the passage of time, by executing predefined actions or callbacks.

  6. Event Driven Programming: A Definitive Guide - stack.convex.dev

    Event-driven programming enables decoupled components to communicate by producing, detecting, consuming, and reacting to events. An event-driven program’s flow is determined by events such as user actions, system changes, sensor outputs, or messages from other programs.

  7. What is the Event Driven Programming Paradigm - GeeksforGeeks

    Feb 2, 2024 · Event-driven programming is a paradigm where the execution of a program is determined by events such as user actions or messages. Programs respond to events with predefined actions, allowing for asynchronous and responsive behavior, often seen in GUI applications and distributed systems.

  8. Event-driven programming for Android (part III) - Medium

    Feb 8, 2015 · In this article, I will provide a proposal architecture that serves to scale an application based on Event-Driven development, but that can also be used to create a more general type of...

  9. Event-based systems on Android — feat. RxJava and Kotlin

    Jan 19, 2019 · We need to design systems which support stable inter-module communication, despite such channels being restricted. One way to do this is by means of events. RxJava provides natural mechanisms...

  10. Event-driven programming for Android (part II) - Medium

    Jan 28, 2015 · A key question is how to escalate an Event-Driven architecture. In the next article I will propose a clean and understandable architecture to support Event-Driven programming in...

  11. Some results have been removed
Refresh