# 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">
