Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

[[ Bug 22950 ]] Starting Activities and Handling Results #7458

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Feb 10, 2021

  1. [[ Bug 22950 ]] Implement OnActivityResultListener

    This patch implements an `OnActivityResultListener` interface so it is possible to
    handle `onActivityResult` for a particular result code.
    
    This implementation should be icnsidered temporary until bug 19920 (EngineAPI class)
    is implemented at which point `OnActivityResultListener` would likely become an
    interface of `EngineAPI` rather than `LiveCodeActivity`.
    montegoulding committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    a134b6f View commit details
    Browse the repository at this point in the history
  2. [[ Bug 22950 ]] Add StartActivityForResult to Android Utils

    This patch adds new handler to facilitate starting activities by Intent and
    handling results. The `StartActivityForResult` handler registers a listener to
    handle the `onActivityResult` method of the engine activity and when handled
    calls a callback handler with the request code, result code and Intent object.
    montegoulding committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8f1ab59 View commit details
    Browse the repository at this point in the history