Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artem-zinnatullin/yota-test-task
Test task for Yota company
https://github.com/artem-zinnatullin/yota-test-task
Last synced: 23 days ago
JSON representation
Test task for Yota company
- Host: GitHub
- URL: https://github.com/artem-zinnatullin/yota-test-task
- Owner: artem-zinnatullin
- License: other
- Created: 2014-11-10T21:30:50.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2014-11-17T13:25:54.000Z (almost 10 years ago)
- Last Synced: 2023-03-22T16:36:55.630Z (over 1 year ago)
- Language: Java
- Size: 914 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Test task for Yota company
* App should download and parse (JSON) list of items [(id, name, price, position)] and display them as list.
* Each item on the first screen should contain: Item Name, Price and `SeekBar` to set quantity.
* At the bottom of the first screen app should display sub-total sum of selected items and button for adding selected items to the `Cart`.
* `Cart's` total sum should be displayed in the `ActionBar`.
* By clicikng on the `Cart` in `ActionBar` app should open separate screen with list of items in the `Cart`.
* Each item in the `Cart` should contain: Item Name, Price, Quantity, Sum == Price x Quantity and Remove button.**You can download `apk` in the releases section of the repository.**
Some screenshots: