CSCI 448 - Mobile Application Development (Android)

Spring 2021

|   Home   |   Syllabus  |   Assignments  |   Schedule  |   Resources    |

"H-Dog"

Kotlin Quiz


In Assignmemt 1, I created an app that asks the user fun questions of multiple types. The user can choose an answer to the question by clickin on a button, cheat on the question by clicking on the cheat button, decide to skip the current question, or decide to go back to a previous question. The user only gets one chance to answer a question and will recieve one point for every question they get correct. The score of the quiz is displayed at the top of the app.


Question 1




Question 2




Question 3




Question 4




Question 5




Question 6




Question 7




Landscape Orientation


Kotlin Quiz

In Assignmemt 4, I created an app that is a ball sensor game. You win the game by getting the ball within the green hoop (or blue for dark mode) and you lose the game if the ball goes into the red hood (or magenta for dark mode). The game also has two different color schemes. Light mode is for when the ambient light is low, and dark mode is activtaed when the ambient light is higher.


Light Mode for Low Ambient Light




Dark Mode for High Ambient Light




You Win Screen




You Lose Screen