CSCI 448 - Mobile Application Development

Spring 2016

|   Home   |   Syllabus  |   Assignments  |   Schedule  |   Resources    |

Trevor Worth

In this assignment, I created a short quiz app with 3 types of questions: True False, Multiple Choice, and Fill-In-The-Blank questions. For my applications I choses to do questions with a history theme.

In this assignment, I created a basic Tic Tac Toe Application that allows for either two players or one player playing against a random AI.

In this assignment, I finished up the Criminal Intent app our class had been working on for the past few weeks. The user can create a list of crimes, each of which has a title, date, picture, suspect, and a solved status. In the landscape view, the list of crimes is shown on the left of the screen and the details of each crime can be examined on the right of the screen. In the portait view the list of crimes and details of each crime are shown on different screens.

In this assignment, I created a simple game that lets you move around trying to collect blue circles while avoiding red circles. This application uses the acceleration sensors to control the movement of the player while the light sensors are used to display an alternate color configuration when there is a low light amount of light.

In this assignment, I created a application to allow the user to check in at their current location. WHen the user checks in, we store their current location, the date and time that they checked in, the current weather, and the current temperature to a database. We then add a marker at their current location to the Google Map that makes up the main view of this app. When the user presses on a marker, we display a Snackbar that shows them when the checked in at that location and what the temperature/weather was at that time.