FoodOnRails is a collaborative Android Studio project that allows passengers to choose their meal at the next platform station. The app utilizes various basic Android concepts, including intents, dialogs, notifications, and SMS storage using SQLite database.
- Meal Selection: Passengers can select their meal from a list of options available at the next platform station.
- Order Confirmation: After selecting a meal, passengers receive an OTP for order confirmation.
- SQLite Database: The app stores meal selections and OTPs using SQLite database for easy retrieval and management.
- Android Studio
- Java
- SQLite Database