Listen my order is sample application from the euphony library for ordering food over acoustic data communication. Our goal is to help restaurateurs set up low-cost food ordering systems instead of kiosks. And to help customers easily order their menu via their phone device.
-
- Export the menu list through the speaker.
- Import the menu list via the microphone.
- Add a menu to menu list. Menu information consists of name, price and description.
- Export the total order list through the speaker.
- Clone the repo
git clone https://github.com/euphony-io/listen-my-order.git
- Bulid the project by gradle wrapper
./gradlew build
Restaurant Owner
- Press 'Export Menu' button
- Enter your restaurant name and click '+' button which locate below
- Enter food name, food description and food price. Then click 'Save' button
- Click 'Export Menu' button to generate sound signal
- 'Export Menu' will change to 'Exporting Menu...' and signal will be generated
Restaurant Customer
-
Press 'Import Menu' button
-
Automatically start listening signal data and when finish transmitting data, menu list is generated
-
Select menu to order either via checkBox or dialog (in dialog, you can see detail information about menu)
-
Go to 'Order Menu' page through floating button, and Click 'Export Order' button to generate sound signal
-
'Export Order' will change to 'Exporting Order...' and signal will be generated
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache 2.0. See LICENSE for more information.