CSCI 448 - Mobile Application Development (Android)

Spring 2021

|   Home   |   Syllabus  |   Assignments  |   Schedule  |   Resources    |

Jensen Eicher

Kotlin Quiz (A1)

Below shows various questions of my kotlin quiz application. This App supports true or false, multiple choice, and fill in the blank questions. The app will display a toast message if an answer is right, wrong, or answered twice.

Multiple Choice With Already Answered Message
Fill in the Blank
Correct Answer

Tic Tac Toe (A2)

This is an app that allows the user to play tic tac toe. The settings tab allows the user to either play against two different difficulties of AI or VS their friend. This app also keeps track of previous games and their winners as seen on the history page

Tic Tac Toe Home
Tic Tac Toe Board
Settings
History

Weather Tracker (A3)

This is an app that allows the user to pin their location and view the weather, address, and temperature at that location. This app also includes a history page where they can see all of their previous check ins. The user can turn on or off saving these checkins on the settings tab as well as clear the history list. The about tab tells the user about the app

Map/Homepage
History
Settings
About

Color Game (A4)

This game is made for children and teach them colors. The user will navigate to the color requested and accumulate points as they get the request correct This app uses the accelerometer to determine the location of the circle and the ambient light sensor to determine if the theme should be in dark mode or not

Daytime Game
Nighttime Game