Skip to content

Instantly share code, notes, and snippets.

@sergeyzenchenko
Last active April 6, 2016 07:07
Show Gist options
  • Select an option

  • Save sergeyzenchenko/9ef130dfb86625bb3269 to your computer and use it in GitHub Desktop.

Select an option

Save sergeyzenchenko/9ef130dfb86625bb3269 to your computer and use it in GitHub Desktop.
Mobile Junior-Middle Test Task

#Twitter client with offline mode.

  • As a user I can login to Twitter
  • As a user I can view my Twitter feed
  • As a user I can view my Twitter feed without internet connection
  • As a user I expect that feed will be automatically updated when network connection is available
  • As a user I can post new tweet
  • As a user I can post new tweet without internet connection and I expect that this tweet will be posted when internet connection will be available

#Technical requirements

  • Unit tests are not required, but it's a big plus
  • Custom design or graphic elements are not required
  • Material design are not required, but it's good to have it.
  • Finished task should be available in form of public github repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment