The beginnings of an Android psychomotor vigilance task (PVT) app from an aborted personal project. Server-side component here: https://github.com/jammus/pvt-api.
pvt-android is hosted in the following web site
https://github.com/jammus/pvt-android
If you think the Android project pvt-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of pvt-android.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 3 |
There are 1 image files in pvt-android. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
pvt-android has the following Java source files.
com.jammus.pvt.PvtResult.java com.jammus.pvt.activities.MainMenu.java com.jammus.pvt.activities.PerformTest.java com.jammus.pvt.activities.ShowResults.java com.jammus.pvt.data.PvtResultsDataStore.java com.jammus.pvt.data.sqlite.Columns.java com.jammus.pvt.data.sqlite.PvtResultsSQLiteDataStore.java com.jammus.pvt.data.sqlite.PvtResultsSQLiteDatabase.java com.jammus.pvt.data.sqlite.Tables.java com.jammus.pvt.views.Pvt.java