Step 1 - Download the Mobile App Source Code

To get started, you'll need to download the mobile application source code used for this exercise from our GitHub page.

What does the App include?

The app is a simple TabView based app with 2 fragment screens:

Tab One

Contains a Recycler View which displays a list of product images. 3 products are displayed in the list and are linked to images found under the app assets folder in the SDK.

This is the area we will optimize, based on JSON content received from MXO.

Tapping a recycler item cell will send a response code to MXO to record the user sentiment for the optimization asset shown.

Note: Don't forget to implement sending a response code to MXO in your own application implementation so that MXO records the user sentiment accordingly.

Tab Two

Contains a simple set of buttons to help us record user interest within the app, in a similar way to how we might achieve it in your own app.