# Tutorial#1: Image Hide-and-Seek

Welcome to our app development tutorial! This guide is tailored for beginners who are just embarking on their exploration of the app development world using a low/no-code approach. Throughout this tutorial, we will be utilising the [MIT App Inventor](https://appinventor.mit.edu/) platform to craft and shape our app.

{% hint style="info" %}
Download the assets folder from [HERE](https://drive.google.com/drive/folders/1N5u0SnSt5F2cRtbXKLr_QGsSLoXdWgye?usp=drive_link)
{% endhint %}

{% hint style="success" %}
If you are solely interested in building and testing the app, skip ahead to the [Building Your First App](#building-your-first-mobile-app) section. You can download the project [HERE ](https://drive.google.com/file/d/1jNAHLeCw0DCABgpeTJZoDHh6bX-A4g9q/view?usp=sharing)and open it in the MIT App Inventor platform.
{% endhint %}

### Prerequisites to get started, make sure you have:

1. A computer (laptop or desktop) with an internet connection.
2. A Gmail address for logging into the MIT App Inventor website.
3. An Android phone or tablet for testing the app.
4. Install the [MIT AI2 Companion app](https://play.google.com/store/apps/details?id=edu.mit.appinventor.aicompanion3) on your Android device.
5. Optionally, you can use a USB cable and [aiStarter](https://appinventor.mit.edu/explore/ai2/setup-emulator.html).

### Learning objectives

By the end of this tutorial, you will gain proficiency in:

1. Navigating the MIT App Inventor platform.
2. Designing basic user interfaces.
3. Constructing logical processes based on your designs.
4. Testing and sharing the app through at least two different methods.


---

# 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://caseytechschool.gitbook.io/app-development-using-mit-app-inventor-platform/tutorial-1-image-hide-and-seek.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.
