Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
A basic Mendix example that increments a counter when a button is clicked and updates a text widget in real time.
# mendix/demo/CounterApp
1. Create an Entity 'Counter' with an attribute 'Value'.
2. Drag a Button widget onto the page.
3. Drag a Text widget to display 'Counter.Value'.
4. Configure Microflow: On Button Click -> Change 'Counter.Value' = 'Counter.Value + 1'.
5. Bind Text widget to show current 'Counter.Value'.
6. Preview the app to interact with the counter live.Mendix is a high-productivity low-code platform for building web and mobile applications rapidly. It provides visual development tools, model-driven logic, and integrated deployment pipelines, enabling both business users and professional developers to collaborate on enterprise-grade apps.
Origin & Creator
Mendix was founded in 2005 in the Netherlands by Derek Roos, Roelof Kramer, and Bart Jellema, focusing on rapid application development for enterprises.
Industrial Note
Mendix is widely used in financial services, insurance, healthcare, manufacturing, and logistics for rapid digital transformation, customer portals, workflow automation, and internal productivity tools.