Customization of the Android dashboard application requires two steps:
Step 5 - Customize the Mobile Phone Application
This section aims to prepare a user screen consisting of several tiles to display the sensor data.
Another critical point to remember is the “topic name” that the TPX connection is going to publish to the MQTT broker
You may not have noticed that topic name when creating the TPX connection because we used the default topic name. But now that information will be used.
The device we use sends the data in the following format.
Which is decoded into JSON format by TPX, as shown below
To simplify customization, you will create only the 1st tile using button and make the necessary modifications on this tile. Then you will make a copy of this tile and make the required changes on each tile.
Please select  icon and then press the
icon. Then the tile customization panel will be shown again.
As mentioned before, after the creation of the 1st tile you can make a copy of this tile and then only make the necessary changes to each tile.
Now, copied tile needs to be customized to show correct values.