A small Android eshop, made with Java and Room SQLite.
#Features
- Lists of
- Products
- Users
- Orders
- Statistics of
- Remaining quantities
- Total sales
- Sales per product
- Add,Remove,Change at
- Products
- Orders
- Users
- Product list for buyers
- Cart to see/remove products
As the application uses RoomSQL first you need to:
- Add products from the admin panel at "Διαχειριστής"
and then:
- Go to products list as a user would do and touch your favorite products to add in cart
- Procced to cart and confirm your order.
- Add your personal details about the delivery of your products
Finally:
- Voilà! You just completed your order! The products now are less than before.