MauiResources1 is a cross-platform mobile application developed with .NET MAUI. This project demonstrates how to effectively manage and utilize different types of resources in a MAUI application, ensuring a scalable, organized, and maintainable codebase.
- 🖼️ Embedded Images: Loading and displaying images from the app's resources.
- 🎨 Global Styles: Centralized styling using resource dictionaries for consistent UI design.
- 🌍 Localization (RESX): Multi-language support with
.resx
files for dynamic content translation. - 🏷️ Static and Dynamic Resources: Efficient management of static and runtime resources.
- 🎛️ Reusable UI Components: Centralized UI elements for better code reusability.
- Framework: .NET MAUI
- Language: C# 🟦
- UI Design: XAML
- Localization:
.resx
resource files - Resource Management: Static and Dynamic Resources
- Clone the repository:
git clone https://github.com/pacheco4480/MauiResources1.git