Skip to content

Instantly share code, notes, and snippets.

@motorro
Created July 29, 2022 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motorro/9f16729c9f8becb7f8a3519439357060 to your computer and use it in GitHub Desktop.
Save motorro/9f16729c9f8becb7f8a3519439357060 to your computer and use it in GitHub Desktop.
States and gestures of LCE application
Logical state Ui-State Gesture/Event Next state Output
ItemList ItemList Back Terminated Finishes activity
ItemClicked Loading Loads requested item
Loading Loading Back Item list Cancels load and returns to list
onContent Content Displays loaded item
onError Error Displays load error
Content Item Back Item list Returns to the item list
Error Error Back Item list Returns to the item list
Retry Loading Retries load operation
Exit Terminated Finishes activity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment