# Fall 2024 Course Material

- [Lecture 1 & Exercise 1: Introduction to Android](https://android-course.cornellappdev.com/archive/fall-2024-course-material/1.-introduction-to-the-editor.md)
- [Lecture 1.5: Beauty of Kotlin](https://android-course.cornellappdev.com/archive/fall-2024-course-material/lecture-1.5-beauty-of-kotlin.md)
- [Lecture 2 & HW 2: Modifiers, Lazylists and Reactive UI](https://android-course.cornellappdev.com/archive/fall-2024-course-material/lecture-2-views-and-layouts.md)
- [Lecture 3 & HW 3: Animations, Intents and Manifest](https://android-course.cornellappdev.com/archive/fall-2024-course-material/lecture-3-intent-and-manifest.md)
- [Lecture 4 & HW 4: Coroutines & Navigation](https://android-course.cornellappdev.com/archive/fall-2024-course-material/lecture-4-listview-and-recyclerview.md)
- [Lecture 5 & HW 5: Persistent Storage, Networking, and JSON Parsing](https://android-course.cornellappdev.com/archive/fall-2024-course-material/lecture-6-fragments-and-persistent-storage.md)
- [Lecture 6 & HW 6: MVVM, Flows](https://android-course.cornellappdev.com/archive/fall-2024-course-material/lecture-7-networking.md)
- [Bonus Lectures & Bonus HW](https://android-course.cornellappdev.com/archive/fall-2024-course-material/bonus-lectures.md)
- [Bonus Lecture: Industry Practice](https://android-course.cornellappdev.com/archive/fall-2024-course-material/bonus-lecture-industry-practice.md): Do you want to get a job in Android Development? Maybe a job in any development? This is the lecture for you!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://android-course.cornellappdev.com/archive/fall-2024-course-material.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
