Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# McPrices
McPrices Android application

Finally 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...