Guest User

Untitled

a guest
Jul 19th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. * How does your app access its data?
  2. * How do you make sure your components have access to the data they need?
  3. * What manages the data?
  4. * How does your screen show that it's loading something? (e.g. from the internet)
  5. * How does your screen show that the loading failed?
  6. * How does your screen show a modal explanation of something? (e.g. tutorial, alert dialog)
  7. * How does a user fill in information?
  8. * How do you validate that information?
  9. * How is the user shown that certain input is wrong/didn't pass validation?
  10. * How does the onboarding show?
  11. * How do you log in?
  12. * What does the app do when it suddenly loses its session?
  13. * What does the app do when there's no internet?
Add Comment
Please, Sign In to add comment