END-OF-LIFE, GO TO THE NEW VERSION OF THIS PROJECT tomaramos.app
Android application for automating weekly schedule construction and other features when inscribing Uandes' courses.
Developed in Android Studio (Kotlin).
Author: Ignacio F. Garcés.
Universidad de los Andes.
There's not too much logging, so all of it is labelled LOGF
(for easily accessing it with Android Studio's logcat), except Firebase-related output (see FirebaseMaster.kt
), which is labelled FirebaseMaster
, just as that object's name. For more details about logging for this particular project, see Logf.kt
.
The Kotlin code style for this project is slightly different than the default, as you can see in the files (spacing is changed). To load this code style in Android Studio for integration in code completion and formatting, go to Editor > Code Style > Kotlin in the IDE settings, and select Import scheme..., then select the file kotlin_code_style.xml
.