A mobile calendar for the Cologne University of Applied Sciences.
- Testing
- Proper error handling
- English localization
- Find a proper name for the App
- Visual indicator for the upcomming class in the day and week view
- Detail view for classes and lecturer
- Possibility to customize your schedule
- remove modules
- add modules from past or upcomming semesters
Using gradle wrapper for build and deployment: ./gradlew build
(More information with ./gradlew tasks
). Gradle will automatically download the necessary SDK versions, dependencies and build tools.
Open build.gradle as project and it will creating a working *.iml file for Android Studio (or IntelliJ).
If you use Eclipse just add the eclipse plugin to the build.gradle file:
apply plugin: 'eclipse'