Vinicius Strugata Ambrosio·Apr 26, 2025Tweak to Reduce the Size of APKA few days ago, I started a new Blank Native Mobile App project using Mendix Studio Pro and immediately generated an APK to test a new…
Vinicius Strugata Ambrosio·Apr 21, 2025Procedure to Monitor Mendix RuntimeThis article describes the procedure for extracting information about the Mendix runtime. This information can be useful when debugging or…
Vinicius Strugata Ambrosio·Mar 30, 2025Using Faker.JS With MendixSometimes you need to feed your application with data. A lot of data. You don't mind whether this data is real or not. You may intend to…
Vinicius Strugata Ambrosio·Mar 23, 2025Update: Containerize Mendix ApplicationsThe procedure for containerizing a Mendix application changed slightly in Docker Mendix Buildpack v6 compared to Docker Mendix Buildpack…A response icon1A response icon1
Vinicius Strugata Ambrosio·Dec 29, 2024Four Methods to Mirror Your Android Device Screen to PCI’m a Mendix LowCode developer specialized in mobile development. Unlike Web or Desktop development, where you can test your code directly…
Vinicius Strugata Ambrosio·Dec 21, 2024Mendix + DOCX = MenDOCX!This article shows a very basic way to generate Microsoft Word reports from a Mendix-made Web application. To accomplish this, we will use…
Vinicius Strugata Ambrosio·Nov 14, 2024Material Design Snackbar for Android and IOS … and Mendix!Last year, I published an article called Easy Toast Notifications with Mendix Native Mobile Android Application that demonstrates an easy…
Vinicius Strugata Ambrosio·Nov 9, 2024How to re-enable the menu Build Native Mobile App in Mendix Studio ProFor some reason, maybe after you install or uninstall a given version of Studio Pro, the Build Native Mobile App menu item becomes unable…
Vinicius Strugata Ambrosio·Oct 30, 2024How to Configure a Custom Splash Screen in a Mendix PWA ApplicationA PWA Application is in essence a traditional web app packed as a mobile or desktop application. Indeed, PWA runs on an application shell…
Vinicius Strugata Ambrosio·Oct 21, 2024Hot Reload With MendixThe Mendix technology is well known for quickly delivering web applications through its drag-and-drop Integrated Development…