Dynamic Image in Mendix Native

0
Hello All, We are developing a Mendix Native application and which is having a profile page where we want to show the profile picture of the logged-in user. We are using Azure AD and will get the image using the graph API. How we can display this image in UI? Do I need to create a non-persistable entity to store the image and use it in an image viewer?
asked
1 answers
2

Use a persistable object to show the image in the image viewer. Store the image in the database and synchronize it to the device.

answered