Hi, I have 6 apps to cover iOS, Android and Windows with Tablet and Phone versions.
The apps are identical other than the screens so 36 Global Procedures are identical in each.
I even have a way to make a lot of local procedures global using Indirection and Parameters.
I remember reading a long time ago it was possible to create a sub app which could have these global procedures defined and then shared among all the apps. Obviously it can't be a dll as iOS and Android do not support dlls.
BTW I do not want to put these in a Web Service as the apps are designed to predominantly work Offline. I do use Web Services but in this it would not be practical.
Can someone kindly point me in the right direction how to share common code between apps and how to "call" such a "sub app".
Many thanks in advance.
The apps are identical other than the screens so 36 Global Procedures are identical in each.
I even have a way to make a lot of local procedures global using Indirection and Parameters.
I remember reading a long time ago it was possible to create a sub app which could have these global procedures defined and then shared among all the apps. Obviously it can't be a dll as iOS and Android do not support dlls.
BTW I do not want to put these in a Web Service as the apps are designed to predominantly work Offline. I do use Web Services but in this it would not be practical.
Can someone kindly point me in the right direction how to share common code between apps and how to "call" such a "sub app".
Many thanks in advance.