An android app, which collects attendance using bluetooth and saves results to the database
It was a project on Software Project Spring 2020 (2nd year) course in Innopolis University
Actual interface differs (a little bit) from what shown below.
These gifs just show an idea of how app looks like and what it can do.
Student's interface | Teacher's interface |
---|---|
If you are using Android Studio, just use this dialog: File > New > Project from Version Control... > Git
If you want to change this app for your own needs, you might want to:
- Change
UUID
constant inBluetoothHelper.java
file. This constant is supposed to be unique for each app. - Have running api which will recieve api calls and add records to the database. This app was written to work with this one: our web app for database API and online attendance viewing
- Change
apiAddress
constant inDatabaseHelper.java
file - Change
DatabaseHelper.java
file to reflect your database API or to not work with database at all.