-
Notifications
You must be signed in to change notification settings - Fork 2
3. Technical Work
Our project is based on the MVC implementation pattern. This pattern consists of the Model View and Controller communicating to create a functional application. We first implemented the model using UML-lab which generated some code for those classes created. We implemented the controller with java. We used Android studio to display the contents of the application (User interface layout) and allow users to use our application with ease. The end user communicates with the view to use the applications (Driver and Passenger). Any actions performed by the user in the view are then communicated through to the controller of the project. These changes are then sent to the model where it is notified of changes. The controller will return updates to the view in order for a user action to be performed.