Hi, I'm working on a project which is a XForms application.
I've been asked to create 3 differents applications even if the code is at 90% the same.
Each app will be in a different language.
The differences between those apps are : the design, sometime a page can have more entries or less, the navigation can slightly differ from an app to another.
The problem is I don't want to have dupplicates custom renderers. Neither dupplicates services nor image ressources.
I invite you to take a look to the PDF attached because you will understand in a second what I'm trying to achieve.
1°) Is is possible to have those files (renderers, resources) in a shared project like a SharedAndroidProject and a SharediOSProject ?
2°) If it is possible, how are managed resources : for exemple, I got an image call Menu.png which will be the same for the 3 apps. If i write the URI as follow URI="Menu.png", it will look for the Menu.png located in App2.Droid, if not find, will it look to the SharedAndroidProject/Resources/Drawable if this project is referenced by App2 ? How can I target a file that is located in SharedAndroidProject/Resources/Drawable ?
3°) What do you think of this kind of approach ?
Thank a lot to anyone who reads this. Any help would be very appreciated.
Have a good weekend !