LeahK / CowCareMobileApplication

This is a working version of the Katy's Cow Care Mobile Application.
0 stars 1 forks source link

Create Login Screen (screen 1) that communicates with Mock server #2

Closed buckmaxwell closed 8 years ago

buckmaxwell commented 8 years ago

View what this screen (screen 1) looks like here

The login screen should

  1. Pass a username and password to the mock server
  2. Receive a user token
  3. Store the user token
  4. Load the main screen (Screen 2)

This issue was already completed, adding for thoroughness