A common pitfall I see in Xamarin Forms is adding a Loading page icon for every page. This is one of the problems that plagued the current Home Control Flex application. Instead of having to loading icon on each page you can crate a base page that has a loading screen on each. You can do this using the ContentPropertyAttribute on your base page as shown below.
Creating a Common Loading Page for Xamarin Forms
- Tagged
- Xamarin
- Xamarin Forms
Published by Jared Rhodes
As a Microsoft MVP for Azure, I focus on IoT, Mobile, and Cloud; trying to find the subsection of those and make them work together. Lately, I have working with AI and Edge computing as the they evolve together. I enjoy public speaking, walks on the beach, and no linker errors. View all posts by Jared Rhodes
Published
wow! this is great article. I never knew I could do this! Thanks.