0
Leonardo.Willrich created
I am using AspNetZero NET.Core JQuery version 9.0.1 and I have a website application in this solution.
I have created on the same solution an app for Droid and iOS using the projects already existing in the solution.
My question is if is it possible to create a new application for Droid using the same solution? Can I just duplicate the project .Droid creating a new folder, rename it, and then add it to the solution?
It will be a different application for different users. It will have a different layout, different context, different deploy/version. So, I don't think that using the same APK will be a good idea.
How can I do that?