> For the complete documentation index, see [llms.txt](https://docs-old.zus.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.zus.network/guides/zus-gosdk/gosdk-for-mobile-builds-ios-and-android/android-gosdk-sample-app.md).

# Android GoSDK Sample App

## Introduction <a href="#introduction" id="introduction"></a>

This tutorial provides step-by-step instructions for an android sample app that uses the Züs GoSDK .

You can read more about the GoSDK in the[ overview,](/guides/zus-gosdk.md) or check reference documentation[ here ](/guides/zus-gosdk/gosdk-for-mobile-builds-ios-and-android/mobile-sdk-reference.md).

## Overview

At a high level, the steps you need to carry out in order to create a sample android application include:

* **Step 1:** Setting up project : Install the prerequisites to configure and run the android app.
* **Step 2:** Understanding Project Code Structure and Directories.
* **Step 3:** Adding Wallet Functionalities to the app.&#x20;
* **Step 4:** Adding Storage Functionalities to the app.
* **Step 5**: Adding Dialog Boxes for listing details in the app.
* **Step 6:** Adding Storage and Wallet Functionalities to Home Page of the app.
* **Step 7:** Testing all Functionalities Together.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs-old.zus.network/guides/zus-gosdk/gosdk-for-mobile-builds-ios-and-android/android-gosdk-sample-app.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.
