# Bonus Lecture: Industry Practice

*Inside Android Development, there are 2 wolves.*

* One asks, "**How** do I make this screen in Android?"
* The other asks, "**What is the best way** to make this screen in Android?"

To answer that second question, let's dive into[ **Bonus Lecture: Industry Practice**](https://docs.google.com/presentation/d/1b8pgbWLeqlJKUH2wgVJoLbPrVSm6y2WyoNSo726ZxHM/edit?usp=sharing)**!** To follow along, download and set up the demo code:

{% file src="/files/kR4QM62WNfvgvgvvu0rI" %}
Demo Code
{% endfile %}

**By Justin Guo, Android Subteam Lead FA24**


---

# 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/bonus-lecture-industry-practice.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.
