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