Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:

First screen Second screen

Sending order Gmail with order attached