How to create listview and add items dynamically

0
I want to display a list view after logging into the application with items fetched from response of a web service. So, can anyone help me in displaying a list view with items adding dynamically.
asked
1 answers
5

Documentation topics helping you with your implementation are:

  • Consuming webservices: https://world.mendix.com/display/howto50/Consume+simple+web+service
  • Listview Microflow datasource: https://world.mendix.com/display/refguide4/List+View
answered