# Spring 2020 Course Material

Here's some legacy course material from our first run of the class, back in Spring 2020. We taught it in Java back then, but the material may be quite helpful.&#x20;

Full Lectures Playlist: <https://www.youtube.com/playlist?list=PLjf6nsEcF5KMoAv4hBOXOPGhglab-Q02Y>

Special thanks to our SP 20 team for making it all possible!

| Name            | Role       |
| --------------- | ---------- |
| Kevin Sun       | Instructor |
| Lesley Huang    | Instructor |
| Connor Reinhold | TA         |
| Preston Rozwood | TA         |
| Haichen Wang    | TA         |
| Aastha Shah     | TA         |
| Justin Jiang    | TA         |
| Shirley Huang   | TA         |


---

# 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-2020-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.
