Comment on page
MBurger Explorer
- 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
- Android Studio 3.1
- Target Android version 27
- Min SDK Version 17
- INTERNET permission
- ACCESS_NETWORK_STATE permission
MBurger is initialized in the
App
class with a demo API KEY. It’s essential to initialize Nooko at the start of the application or else you won’t be able to use the sdk API.
This sample uses
MBurgerTasks
static methods to retrieve data from MBurger dashboard. This class has public static functions which will call asynchronously MBurger API. You have 2 ways to retrieve data from API:
- Listener
- Actions
In this sample, we are using the actions approach.


Last modified 3yr ago