ifgarces / TomaRamosUandes_android

Simulador/planificador no oficial para la toma de ramos de la Universidad de los Andes, Chile
https://bit.ly/TomadorRamosUandes
MIT License
0 stars 0 forks source link
android android-studio kotlin mobile-app uandes university

Simulador de toma de ramos Uandes - Android

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.

Features

Project dependencies

App permissions

Logging

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.

Code style

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.