Skip to content

stepkos/shop-mobile

Repository files navigation

Simple shop android application

Description

Add product view

  • The application takes products from the SQLite3 database and places them in a drop-down selection menu
  • The user can select the product and adjust its quantity
  • Quantity field takes only correct values

Cart view

  • The user sees the products he has selected
  • The user can remove specific product from the cart
  • The buy button cleaning the cart

Screenshots

Functionalities

  • SQLite3 database
  • Auto create db
  • Auto fill initial datas
  • Custom adapters for generate dynamic elements
  • Input data validation

Database

Cart view

Author

License

  • All rights reserved