This project enables companies providing valet services to do their work in a digital environment, reliably and easily.
The main features of this project include:
- Valets can register new vehicles to the application.
- Valets can see the current locations and car license plates of the vehicles registered in the system.
- Valet service companies can update existing vehicles in the application.
- Valet companies can easily access cars by querying car license plates.
- An information message can be sent when the vehicle is received.
- Calls can be made to communicate in emergencies.
- Vehicle registration date and time can be informed to the customer by message.
This project is trying to use the latest Android tech stacks.
- Language: Kotlin
- Architecture: Android App Architecture (MVVM)
- User Interface: Jetpack Compose
- Concurrency: Coroutines
- Dependency Injection: Hilt
- Local Database: Room
- Image Loading: Coil
- Others:
Home Screen | Drawer Screen | Detail Screen |
---|---|---|
![]() |
![]() |
![]() |
Register Screen | Update Screen | Search Screen |
---|---|---|
![]() |
![]() |
![]() |
Delete Dialog | Information Message Screen | Vale Message Screen |
---|---|---|
![]() |
![]() |
![]() |
- You can download the apk file of the app by clicking here and install the app on your phone.
- You can click here to download the application from Google Play.
- Clone this repository to your preferred directory using the following command:
git clone https://github.com/yildirimenes/Valet-Service
-
Open the cloned project in Android Studio.
-
Build and run the app on an emulator or a physical device.
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.