CSCI 448 - Mobile Application Development (Android)

Spring 2021

|   Home   |   Syllabus  |   Assignments  |   Schedule  |   Resources    |

Matt La Rue

A1 - Kotlin Quiz App

This assignment was centered around the creation of a quiz with different types of questions. It involved using different types of questions: True/False, Multiple Choice and Free Response and had a correlating view to go with them. The game also tracked score and tells you when you've answered correctly or incorrectly.

Here's a quick video demonstration

A4 - Sensors and Sensoribility

This app is a game/simulation that uses the accelerometer and light sensor. The goal of the game is to get the highest score. You interact by moving your phone in order to try and get the yellow ball to hit the green ball, and avoid hitting the red ball. Hitting the green ball gives you points, hitting the red ball subtracts points. The light sensor is used to set the background of the game, with darker lights resulting in darker backgrounds and brighter ambient light resulting in a brighter background.

Here's a quick video demonstration