https://github.com/techery/android-assignment
https://github.com/techery/android-assignment
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/techery/android-assignment
- Owner: techery
- Created: 2015-10-05T09:11:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T09:12:28.000Z (over 10 years ago)
- Last Synced: 2023-08-06T02:14:57.150Z (almost 3 years ago)
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#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