Hello everyone! Here in France, the context is quite particular at the moment. A new lockdown has started. So I’m teleworking full time (and I’m one of the people who greatly appreciate working from home). Without the time spent in public transportation, I find myself with a little more time to develop this blog. The purpose of this article is…
My Top Xamarin Blogs and Online Communities
Hey Xamarin Devs ! 👋 Whether you are a beginner or experienced, it is important to keep your sources of information up to date. Here is a list of blogs, youtube channels, twitch channels which are for me the sources to follow absolutely when developing in Xamarin.Forms. Xamarin Blogs Xamarin Blog Planet Xamarin James Montemagno Kym Phillpotts Gerald Versluis Marcofolio…
Useful XAML snippets for XF develpment [Part 2]
👋 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…
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…
Neumorphic animation with Sharpnado.Shadows
Oh oh oh , this is my first blog ( and not the last one 😀 ) ! Be indulgent 🙂 First of all , you can find the link to Sharpnado.Shadow below. https://github.com/roubachof/Sharpnado.Shadows What is Sharpnado.Shadow : Shadow is one of those nugets to have in all our Xamarin.forms project. ( Android , Ios , UWP & Tizen ).If…