
XAMARIN’S FUTURE (PART II)
A very convenient advantage that MAUI offers is creating a “single base project” that targets the different target platforms, where all resources such as images, translation dictionaries, and fonts will be integrated, this brings the possibility to eliminate the tedious work of adding the images within each project, nor that it is necessary to create a class that is responsible for obtaining the name of the image that is added from the view, and then to get the current platform of the device that runs the application and thus complete the resource path with that information (as is currently done in Mi Mercadito), this is possible since .NET MAUI will be in charge of creating the native links for each platform.