> For the complete documentation index, see [llms.txt](https://docs.mburger.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mburger.cloud/android-docs/sample-apps/mburger-explorer.md).

# MBurger Explorer

At [this repository](https://gitlab.mumbleserver.it/Mazzo/Noko3Sample/tree/develop) you’ll find a comprehensive, full-force sample app, with:

* Home page
* Photo gallery
* Custom WYSIWYG
* Contact data
* Points of interest
* List of partners
* News list with detail.

This sample teaches the basics of how to use MBurger:

* Install the SDK
* Initialize the SDK
* Fetch Blocks and Sections
* Use Filters

## App Requirements

* Android Studio 3.1
* Target Android version 27
* Min SDK Version 17
* INTERNET permission
* ACCESS\_NETWORK\_STATE permission

## MBurger Usage and Tutorial

MBurger is initialized in the **`App`** class with a demo API KEY.&#x20;

It’s essential to initialize Nooko at the start of the application or else you won’t be able to use the sdk API.&#x20;

This sample uses **`MBurgerTasks`** static methods to retrieve data from MBurger dashboard. This class has public static functions which will call asynchronously MBurger API.&#x20;

You have 2 ways to retrieve data from API:

* Listener
* Actions

In this sample, we are using the actions approach.

&#x20;![MBurgerExplorer1](https://docs.mumbleideas.it/mburger/android/images/MBurgerExplorer1.png)<img src="https://docs.mumbleideas.it/mburger/android/images/MBurgerExplorer2.png" alt="MBurgerExplorer2" data-size="original">


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mburger.cloud/android-docs/sample-apps/mburger-explorer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
