On Demand Module - Native Application Development

0
Hello Mendix Community,   We currently have several Android applications and aim to consolidate them into one. However, we wish for users to only download the additional components on demand within the parent application. In other words, we'd like to open one application from another.   Could someone please provide guidance on how to accomplish this in Mendix?   Here's a brief context:   We already have multiple functional Android applications. Our goal is to merge these applications into one. Users should only download additional components on demand within the parent application.   Thank you for your assistance.
asked
1 answers
0

Hello, 

 

I believe that a similar feature is achieved by the Make it Native 10.

Search for SampleApps in the source code

https://github.com/mendix/make-it-native

 

This is done in the Native Part of the template (IOS and Android)

unnamed.webp

 

In the README file, we can see instructions on how to update the sample apps

https://github.com/mendix/make-it-native/tree/addef710b66e866ce94f2387c028f4745a503092?tab=readme-ov-file#7-sample-apps

 

Maybe you could tweek MakeItNative10 native code to be the launcher of your apps.

answered