If you want your controls to have ripple effect in Xamarin.Android you can use the TouchEffect from...
I'm always on the look to extend or add new features to the tools that I use. This time I decided to...
Introduction Hello again, I hope all of you are doing okay and getting vaccinated so we...
As you may know, in Xamarin.Forms entries are styled with Google's Material Design and the normal iOS...
If you've ever developed for Android, be it native with Java/Kotlin or using a cross-platform framewo...
This is the third entry in the series about operators in C#. This time, we'll see how to overload binary operators and some use cases for them.
This is the second entry in a series of posts about overloading operators in C#. Previous entries: -...
The first entry in a series of posts about how you can modify the behavior of some of the operators available in C# such as addition (+), subtraction (-), among others.