code4romania / teacher-workout-android

Teacher Workout Android app
Mozilla Public License 2.0
5 stars 17 forks source link

Implement lesson start screen #8

Closed catileptic closed 2 years ago

catileptic commented 3 years ago

The Figma document contains the entire UI of the project.

You can export any image (asset) directly from Figma. Here's how.

Please do not try to recreate the UI design exactly. Prioritize using de default UI mobile components, and following the material design guidelines. The UI objects should be positioned roughly the same as in the Figma screens.

The mobile flow can be found in the project Wiki.

Please define related colors and text & button styles in the corresponding values files. Please extract all text values in the corresponding xml files so we can easily adjust them. <3


The name of the lesson, the theme, the reading time will be fetched from the corresponding endpoint in the backend. (We will link the staging env for the backend and list the endpoint as soon as we define them)

The Începe lecția button will take the user to the first content part within the lesson. The Salvează lecția button will add this lesson to the Saved lessons list in the user object, as well as add it to the Lecții în curs list on their profile page.