Hello friends, here is a quick post under my series of Xamarin Forms tips where I share with you tips and tricks which make you a better Xamarin Forms developer. Today we are going to look at how to leverage iOS’ safe area to our advantage. In addition to what Xamarin Forms offers by default
By Doumer
Hello friends, today we will have an introduction to my favorite MVVM framework ReactiveUI. I wrote an article about reactiveui a while ago you can find it here. But that article is outdated, since the framework has evolved. The software development world grows so fast and this article can be seen as my effort to
Hi friends, here we are again, my first blog post in 2020. Today we will talk about how to navigate to a page and wait results. This can be really useful by making our code easier to read, as compared to using Xamarin Forms’ Messaging Center each time a page needs to send back results
Hello friends, Xamarin Forms is continuously getting better and it comes with a lot of improvements in every new release. Be it in performance aspects or the addition of new controls, we Xamarin Forms developers have several brand new features. Last year I wrote an article about the new paradigm (Shell) for building apps with
It is well known that good user interfaces should not be crowded with a lot of information. A page in a mobile app should not have too many visual elements displayed at the same time. If it does, they should at least be displayed in an appropriate way, or at the user’s will. Today we
Hello friends, notifying users about what happens in your mobile application is necessary. There is the Snack Bar which is good for this scenario. But in Xamarin.Forms by default, you don’t have the ability to call snack bar. Though by default you can’t do this, it is possible to make a Snack Bar in Xamarin
Hello friends, Xamarin.Forms 4.0 Preview was made available for some time already, and it has several features which I’m excited about. These features where announced months ago, but the one which caught my attention was the Xamarin.Forms Shell. This feature is not yet available on the UWP platform as I’m writing this blog post today.
Hello everyone. Today I decided to make a small post about a problem which has annoyed me seriously last weekend, and how to resolve it. I make this post for those who may have encountered this issue and don’t know how to resolve it. I also go a little bit into the details of how
Hi everyone, what’s up ?. I’m sure if you are reading this post, you may be looking for a means to have the name of your users on your app. Without having to ask them for it. If that is the case, you are at the right place. This is something tricky to accomplish, but
Hello Friends, I remember when I first heard about Xamarin.Forms. As a .Net developer, discovering a tool which will let you leverage your .Net skills to build cross platform applictions. I literally had water in my mouth 🤤. As an excited beginner, I went directly to Google and learned everything I could about Xamarin.Forms. Then Bam
Recent Comments