Android Parking Management App Development -- 2

Job ID: 38953638

Budget: $30 – $250 USD

Create a complete Android parking management application
This project consists of three main components:

1. Server (Java - Eclipse IDE)
Manages communication between client and database
Processes parking slot availability using YOLOv9
Sends dynamic updates to the client
2. Client (Java - Android Studio)
User interface for login, registration, payment, and parking status
Displays real-time parking updates and notifications
3. Database (MySQL)
Stores user information, slot status, and payment details

Requirements:

1. The application includes homepage.
2. The application includes login/Register page for users and administrators.
3. The application should give the administrator number of available and unavailable slots in the park. using YOLOv9 in the server side.
4. The application should be dynamically updated if there is any vehicle enter/exit the park.
5. The application includes payment page.
6. The application should show to the user a message if he enter/exit the park.
7. The application should display to the user a message if the park is full. (number of slots in the park saved in the database)
8. The database needs to hold the path to each park's image to use with yolo.
9. The user chooses a city, then in a drop down list, listed the available parks in the given city, when they choose the park, a drawing of the slots is drawn (squares) where a taken slot is red, available is green
cities names: Tel-Aviv, Haifa, Karmiel, Eilat, Nahariya

in the end you have to send me the server code, client code and database code.