👋 Xamarin Devs ! I introduced you in the previous article , how to setup, use , and make C# Snippets Now , it’s time to see Xaml snippets ! Trust me , these will help you save lot of time ⌚ 1.Grid Grid is a common Layout. I guess it my most used Layout 😎 So to reduce coding…
Category: Snippets
Useful snippets for XF development [PART 1]
What are code snippets? Code snippets are small blocks of reusable code that can be inserted in a code file by using command ( + TAB to generate code ) . They typically contain commonly used code , to reduce coding/remembering time.They can be used to insert small block but complete class or complex xaml block too. How to install…