Breaking out large app into smaller apps.

era148 1 Reputation point
2021-03-02T20:04:25.737+00:00

Hi,

I have a large mobile app that performs many different functions and want to try and break that out into smaller apps that do only a small portion of what the main app does. At the current time the work around I have just is a hard coded string that identifies what app is being used from each android or iOS project in the MainActivity or AppDelegate and then from there the specific shell is called based on what app project is built. My issue with this is that every app is still the same size since the main shared code base is all compiled. How would I go about specifying only what pages to compile, or is there a better way to structure this?

Thanks in advance for the help.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,289 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more