RideABike@UoL was a university project where I was tasked with creating a bike sharing Android application that is powered by a server using sockets.
- The app allows users to register, login, preview their accounts and top up their balance.
- Users can see all of the availalbe stations around the city, as well as see the statuses of bikes in each individual station.
- Users can choose a starting road and a destination and the application will calculate the fastest route from A to B.
- Users can then rate a particular route. This data is collected can later be used to offer more convenient routes to other users.
Register | Login |
---|---|
Profile | Balance |
---|---|
Stations | Route |
---|---|
Review | Logout |
---|---|
This application will not work without the server running.