CSCI 448 - Mobile Application Development

Spring 2016

|   Home   |   Syllabus  |   Assignments  |   Schedule  |   Resources    |

Martin Kuchta

Assignment 1: Quiz App

This app is a simple quiz. There are three different types of questions: short answer, multiple choice, and true/false. The user can navigate between the questions and answer each one. The app keeps score, and credit is only given for each question once.

Assignment 2: Tic Tac Toe

This app is a simple tic tac toe game. The game can be played against a computer player (which plays randomly) or with two human players. The game keeps track of how many times X and O have each won the game. The starting player can also be chosen.

Assignment 3: CriminalIntent

This is the CriminalIntent app, which allows the user to report crimes. The app displays the crimes in a list and allows for viewing of crime details.

Assignment 4: Hexagon

This app is a simplified clone of the game Super Hexagon. The player rotates around the center of the screen and tries to avoid the incoming obstacles. Of course, it has none of the flashy graphics and music of the original game, and it has completely random obstacles in place of interesting patterns. The accelerometer is used to control rotation by tilting the device, and the light sensor is used to switch between two different color schemes.