Android parking app using Java
Parking app
During my app development course we had to make an app writen in java. We had a list of api’s we could use and i picked the parking api that has all the info for all the parking location in Ghent. The app can do the following:
- Show the amount of free spots in a parking spot.
- Show the contact details of the parking once clicked on it.
- If clicked on the adress of a parking, the parking opens in google maps.
- Resume the app after closing it.
- Show the amount of free spots in a parking.
- Color the parking spots based on the amount of free spots. Green for 50% or more, yellow for 25% or more and red for less than 25%.
The source code is available on Github. Please note that the source code hasnt been updated since I handed in the exam.
A working demo of the app can be seen here
This post is licensed under
CC BY 4.0
by the author.