Food delivery app, easy to order food. When you’re on the go or out and about, having a handy app that allows you to order seamlessly is an amazing perk.
- Home contains menu, Popular and offers .
- Search for any meal in menu by name.
- Select your meal, choose required number you want.
- Enter details in profile screen for delivery.
- Cart screen show total price and your order.
- MVVM (Model-View-ViewModel) Architecture is used in this project.
- Dependency injection with Hilt.
- Use the property delegate created by preferencesDataStore to create an instance of Datastore. Call it once at the top level of your kotlin file, and access it through this property throughout the rest of your application.
- Save data in a local database using Room :
- Clone the app using Git or import it to Android Studio.