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

Create the In-App Media Player Screen #45

Open
8 of 12 tasks
oliverspryn opened this issue Mar 8, 2019 · 0 comments
Open
8 of 12 tasks

Create the In-App Media Player Screen #45

oliverspryn opened this issue Mar 8, 2019 · 0 comments
Assignees
Labels
Story Small unit of user-facing work
Milestone

Comments

@oliverspryn
Copy link
Member

oliverspryn commented Mar 8, 2019

As a user, I need a way to play a sermon from within the app so that I can listen to a sermon without starting up Android Auto to listen to my content.

Acceptance Criteria:

  • GIVEN the media player screen

Acceptance Criteria for a Phone or Phablet:

  • GIVEN the user is on the sermon list
    • WHEN tapping a sermon
      • THEN the user is taken to the media player screen
      • AND the view fills the entire screen

Acceptance Criteria for a Tablet:

  • GIVEN the user is on the sermon list
    • WHEN there aren't any sermons in the list
      • THEN the right fragment is blank
    • WHEN the user has not tapped any sermon in the list
      • THEN the right fragment is populated with a placeholder screen
      • AND the placeholder screen has an image
      • AND the placeholder screen has a label below the image
      • AND those views are centered vertically and horizontally
      • AND the image comes an Undraw image named "Task"
      • AND the text below the image reads "Select a sermon from the list"
      • AND the text is of font size 16sp, bold, and 8dp padded from the image above
    • WHEN tapping a sermon
      • THEN the right fragment is populated with the media player view
      • AND the view fills only that portion of the screen

Developer Notes:

  • This story does not play a sermon but provides the view and the framework to navigate to the screen so that a later story can play the content.
  • The artwork for the sermon is not yet available. Therefore, a future story will integrate this content. Just use the Android sample images to "populate" the album artwork.

Apps for Inspiration:

@oliverspryn oliverspryn added the Story Small unit of user-facing work label Mar 8, 2019
@oliverspryn oliverspryn added this to the 2.0.0 milestone Mar 8, 2019
@oliverspryn oliverspryn self-assigned this Mar 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Story Small unit of user-facing work
Projects
None yet
Development

No branches or pull requests

1 participant