CSCI 448 - Mobile Application Development

Spring 2016

|   Home   |   Syllabus  |   Assignments  |   Schedule  |   Resources    |

"Arnaud Filliat"


Assignment A1
Assignment A1 involved making a small quiz app the could take in true or false question and multiple choice and free response.
Overall this assignment taught me a lot about how to control the view from the controller.



Assignment A2

Assignment A2 involved making a tic tac toe game that would record score and reset and have a few other options.
This assignment was much harder than the first and allowed me to further develop how to pass data between activities.



Assignment A4

For Assignment A4 I made a small game where the user attempts to tilt the device to get the ball in the green or red hole.
It was fun trying different things with the various sensors. Interesting thing about the coding for this one: Within the Simulator class a Matrix is used to do the rotation of the coordinate system for the circles depending on orientation.