Skip to content
Kevin Schanz edited this page Oct 4, 2023 · 2 revisions

Welcome to the AndroidPresentationDisplayDemo wiki!

Task List

  • Design a full-screen mock of a customer-facing Order Entry screen with a Cart and a running Total
  • Implement the slideshow carousel ViewPager with the Loyalty mocks provided by the business, in the Presentation Dialog
  • Refine the carousel component in the Presentation screen to make the currently shown slide fill the entire screen (i.e., a Full Screen slide)
  • Wire up an observable "Events" system using the Service and/or Broadcasts to publish UI events from the Presentation Dialog to any interested entities (ex: ViewModels, Activities, Fragments or other Dialogs)
  • Implement a much more obvious way to show and dismiss the merchant-facing "static order entry screen"
  • Make the static order entry screen somewhat interactive - at least a click event to notify the user that this is for demonstration purposes only
  • Increase the size of the Snackbar and make it more prominent to the user

Clone this wiki locally