This repository serves as a template for university course projects that involve basic Kotlin exercises and an Android project. It includes the following components:
A directory containing basic Kotlin exercises designed to test your understanding of fundamental concepts. These exercises are based on real-world use cases and offer a practical approach to learning Kotlin. Detailed instructions are provided for each exercise, and hints are available if you encounter difficulties.
A directory containing a starter Android project. You can use this project as a foundation for your own Android application, tailoring it to your specific requirements and adding your unique features.
To begin using this template repository, follow these steps:
- Create your own repository based on this template and then clone your repo to your local machine.
- Navigate to the
kotlin-exercises
directory and complete the exercises by following the provided instructions. - Go to the
android-project
directory and implement the core functionalities of theRecipe-app
. - Run the project to ensure that everything is functioning correctly.
- Customize the project to meet your project's needs and incorporate your own features.
If you encounter any issues with this template repository or have suggestions please contact me.
Here are some valuable resources to aid you in your course project:
- Kotlin Playground: An online tool for writing and running Kotlin code in your web browser.
- Android Developers: The official documentation for Android app development.
- IntelliJ IDEA Documentation: Official documentation for IntelliJ IDEA, which is compatible with Kotlin development.
- freeCodeCamp: A website offering free courses on programming and software development.
- Udacity: An online learning platform with a range of courses, including Android development.
- Moodle: This is where you can access all exercises related to this course.
Happy coding!