Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sokoloff06/mcprices
My First Android app created for practice purposes
https://github.com/sokoloff06/mcprices
android java mcprices-android-application
Last synced: about 1 month ago
JSON representation
My First Android app created for practice purposes
- Host: GitHub
- URL: https://github.com/sokoloff06/mcprices
- Owner: sokoloff06
- Created: 2017-02-21T10:54:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T15:49:47.000Z (almost 2 years ago)
- Last Synced: 2023-09-02T11:34:00.965Z (over 1 year ago)
- Topics: android, java, mcprices-android-application
- Language: Java
- Homepage:
- Size: 9.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# McPrices
McPrices Android applicationFinally main functionality is implemented!
2 tabs: menu and cart.Menu tab:
- Represents an alphabetically ordered list of all products with relevant pics and prices
- User can click on an item to add it to cart
Cart tab:
- Represents an unordered list of types and amount of products added to cart
- Represents cost of all added products
- User can edit amount of added products by clicking +/- buttons or entering any integer value
Plans:
- Search in the menu
- Choosing sizes of some kinds of products(drinks, fries)
- Visual enhancements
- Always bugs fixing...