-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement login landing screen #1
Comments
@AlexandraDamaschin, what are your thoughts on this? |
@lukstbit I would say we can go with coroutines. For this project, we are trying to use the latest design patterns. |
@AlexandraDamaschin Thank you for the answer. It would be nice to have clarifications about what to use, myself, I lean towards kotlin related features, but I have no problem using whatever is decided. |
That sounds good. Will make a PR for updating the read me and we can discuss more there. |
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
This is the page any non-logged-in users sees when they open the application.
From here, a user can either log in or create an account. They can create an account using an e-mail and password, or by using third-parties (Google, Facebook and Apple ID).
The logo can be found in this attachment. The PNG logo is available, with an SVG version in the works.
education4ro-teacher-workout.zip
After a successful login, the user should be redirected to:
The text was updated successfully, but these errors were encountered: