# Spring 2025 Course Material

- [Week 1 | Course Logistics, Kotlin, & Basic UI](https://android-course.cornellappdev.com/archive/spring-2025-course-material/bonus-lectures.md): Welcome to Intro to Android! :D
- [Relevant Links](https://android-course.cornellappdev.com/archive/spring-2025-course-material/bonus-lectures/relevant-links.md)
- [Demo/Lecture: Eatery Card](https://android-course.cornellappdev.com/archive/spring-2025-course-material/bonus-lectures/demo-lecture-eatery-card.md): Using Modifier and a component's arguments to visually build a complex component!
- [A0: Eatery Card (Follow-Along)](https://android-course.cornellappdev.com/archive/spring-2025-course-material/bonus-lectures/a0-eatery-card-follow-along.md): First-week free!
- [Week 2 | States, Components, LazyColumn](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-2-or-states-components-lazycolumn.md): Apps need their UI to change to be at all useful...
- [Relevant Links](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-2-or-states-components-lazycolumn/relevant-links.md)
- [Demo: Todo List](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-2-or-states-components-lazycolumn/demo-todo-list.md): Some more practice with components and states!
- [A2: Shopping List](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-2-or-states-components-lazycolumn/a2-shopping-list.md): Keeping track of expenses!
- [Week 3 | Navigation & Animations](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-3-or-navigation-and-animations.md): The more complex sides of UI...
- [Relevant Links](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-3-or-navigation-and-animations/relevant-links.md)
- [Demo: Onboarding](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-3-or-navigation-and-animations/demo-onboarding.md): So. many. screens!
- [A3: Stock Trading (RobbingGood)](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-3-or-navigation-and-animations/a3-stock-trading-robbinggood.md): I am Sobbin...hood...
- [Week 4 | MVVM and Flows](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-4-or-mvvm-and-flows.md): How do you make an app... an actual app?
- [Relevant Links](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-4-or-mvvm-and-flows/relevant-links.md)
- [Demo: Eatery Card 2](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-4-or-mvvm-and-flows/demo-eatery-card-2.md): EateryCard Part 2
- [A4: Chat of a Lifetime](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-4-or-mvvm-and-flows/a4-chat-of-a-lifetime.md): Asking the real questions in life!
- [Week 5 | Dumb Components & UIEvents](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-5-or-dumb-components-and-uievents.md): How do we make our components obey MVVM? Make them dumber!
- [Relevant Links](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-5-or-dumb-components-and-uievents/relevant-links.md)
- [Demo: Music Player](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-5-or-dumb-components-and-uievents/demo-music-player.md): This week, we'll be practicing more MVVM abstractions and UIEvents.
- [A5: Rate My Vibe](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-5-or-dumb-components-and-uievents/a5-rate-my-vibe.md): Are you chill like dat?
- [Week 6 | Coroutines, Networking, JSON](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-6-or-coroutines-networking-json.md): The backend to my frontend ❤️
- [Relevant Links](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-6-or-coroutines-networking-json/relevant-links.md)
- [Demo: Retrofit](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-6-or-coroutines-networking-json/demo-retrofit.md)
- [A6: You Should Even Lift, Bro.](https://android-course.cornellappdev.com/archive/spring-2025-course-material/week-6-or-coroutines-networking-json/a6-you-should-even-lift-bro..md): Moving onto physiological wellness!
- [Bonus Week | Android Job Search](https://android-course.cornellappdev.com/archive/spring-2025-course-material/bonus-week-or-android-job-search.md): The rat race!
- [Relevant Links](https://android-course.cornellappdev.com/archive/spring-2025-course-material/bonus-week-or-android-job-search/relevant-links.md)
- [Android Technical Interview Question!](https://android-course.cornellappdev.com/archive/spring-2025-course-material/bonus-week-or-android-job-search/android-technical-interview-question.md): Let's get technical...


---

# 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/spring-2025-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.
