# A0: Eatery Card (Follow-Along)

For this week, there is no need to submit an assignment on CMS. This is partially motivated by the fact that people often enroll in the class late, so we're not grading this assignment.

Please make sure to attend and complete the Demo/Lecture for this week! In that, we will be going over the workings of Android Studio and the coding of a custom Eatery Card component with Jetpack Compose.

We'll be showcasing some very important techniques about how to navigate Android Studio for this demo and build components.

**Demo/Lecture:**

{% content-ref url="/pages/fZQ7Wb0t5tyZmihUh4Go" %}
[Demo/Lecture: Eatery Card](/course-material/week-1-or-course-logistics-kotlin-and-basic-ui/demo-lecture-eatery-card.md)
{% endcontent-ref %}

Completing this lecture/demo is **crucial** for you to be able to complete future assignments, so please do not skip this! We trust you all!


---

# 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/bonus-lectures/a0-eatery-card-follow-along.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.
