CSCI 448 - Mobile Application Development (Android)

Spring 2021

|   Home   |   Syllabus  |   Assignments  |   Schedule  |   Resources    |

Sophia Collins

Project 1: Quiz App

For this project, I made a quiz app that presents 3 types of questions, and even has a cheat option. Screenshots below show some of the app's functionality:



Project 4: Sensor and Sensibility

The goal of this game, as described in the TextView at the top of the main screen is to keep the green ball within the bounds of the screen as acceleration pulls it in different directions. The direction of acceleration can be reversed simply by tapping the screen. The game finishes when the ball crosses any of these bounds and the players total time achieved keeping the ball on the screen is then displayed in the TextView at the top of the screen. At this time a button saying "Play Again" will be displayed at the bottom of the screen and when pressed will restart the app. The application also utilizes the light sensor and will automatically switch between light and dark mode if the light sensor's input is below/above 12500. Screenshots below show some of the app's functionality: