How to get an image from the server when ever required

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

I want to change the source of an image dynamically by getting the image from the server.

Can you suggest me any code or sample app or any document which would be helpful.

Hi @Phil Hudson​ ,

Below is the link for kony image widget that species the image to be displayed eitehr from resource folder or any specific URL.

http://docs.kony.com/konyonpremises/Subsystems/Widget_User_Guide/Content/Image_Basic_Properties.htm#src

This doc shows the code for changing the source for newly created image

I want to change for an already created image widget

You can assign an image anytime by assigning URL to the "src" property.

example:

formTest.imageTest.src = "https://png.icons8.com/metro/1600/email.png";

Can we change the splash screen also in this format