Trail-Making


External link to .apk: My APK File (app-debug.apk)

External link to source zip: My Final Zippped Project (FinalProjCMSC436.zip)

Description

Trail-making is essentially a cognitive test that measures reaction time, counting ability, and focus. It works by creating random circles with numbers in them and the user has to tap on consecutive numbers starting from 1 and up. This creates a “trail” between the numbers! The time it took to complete the test will be recorded as well as the times that each circle was pressed. We will also record which circles a mistake was made on.

Screenshots


External link to YouTube video: https://youtu.be/44qXJWpBtZE


External libraries, code, and icons

android.content.Context
android.content.Intent
android.graphics.Canvas
android.graphics.Color
android.graphics.Color.rgb
android.graphics.Paint
android.os.Bundle
android.view.*
android.widget.*
androidx.appcompat.app.AppCompatActivity