I have created a python program which can detect the number of cars in a parking area(small scale MVP model)from a camera feed.I now need to create an Android application that shows the 'count' of the cars.The App continuously refresh by itself showing the latest 'count' value.
The python program will run on my pc while the connection to the Cell phone is done via a usb or a WiFI hotspot .No online hosting is done.
B.T.W I'm fairly new to developing Android application and I'm doing this as my final year project in college.