Is there any way to easily bind the data from a REST service response to elements in a different screen? I need to show data on another screen.
After the button click on the main screen the REST service call should happen and after a list on a second screen should be populated and this screen needs to be shown.