https://github.com/walid-git/drive-shop-android
This is an Android app for ordering products from a supermarket.
https://github.com/walid-git/drive-shop-android
android java
Last synced: about 2 months ago
JSON representation
This is an Android app for ordering products from a supermarket.
- Host: GitHub
- URL: https://github.com/walid-git/drive-shop-android
- Owner: walid-git
- Created: 2019-03-03T11:41:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T22:02:52.000Z (over 5 years ago)
- Last Synced: 2025-06-21T06:06:51.763Z (12 months ago)
- Topics: android, java
- Language: Java
- Homepage:
- Size: 2.56 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drive-shop-android
This Android application was developped as a part of my final year Masters project at the institute of electrical and electronic engineering in Algeria. This application is for ordering products from a supermarket, and following the status of the orders in real time.
After login, the first activity is the products activity where the user scrolls the products list and adds them to his cart.

Once products are selected, the user clicks on "My cart" button to check the content of his cart, edit it, or confirm his order. Finally My Orders activity shows the current state of the order.

A java server have been developped for receiving the orders, and communicating with an ESP32 based robot for collecting the products on the shelves.