Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. (P) Main
  2. -> If login not detected, automatically goes to:
  3. (P) Startup
  4. (P) Sign up, has these ContentViews as registration steps:
  5. (V) Email and password
  6. (V) Name
  7. (V) Profile photo
  8. -> Call to CrossMedia.Current.TakePhotoAsync
  9. (V) Other details
  10. -> Returns to Main, if has successful profile creation.
  11. (P) Sign in
  12. -> Returns to Main, if has successful login.
  13. -> If login detected:
  14. -> Load the content of the Main page.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement