Whenever we load images from the web, there is a chance that the loading fails. For better user experience, having a placeholder mechanism ready is essential. In this post, I will show you how I extended my fork of Xamarin.Forms.Nuke to achieve this goal on iOS.
Goodbye, 2020!
Every year, I am doing a recap of my personal experiences. 2020 won’t be different.
Some helpful extensions when dealing with types in .NET
In this post, I am sharing some extension methods that became helpful when dealing with types in .NET applications or libraries.
Create scrollable tabs in Xamarin.Forms with CollectionView and CarouselView
This post will show you how to create a scrollable tabs list that gets synchronized with items in a CarouselView in Xamarin.Forms.
Scroll to any item in your Xamarin.Forms CollectionView from your ViewModel
In this post, I am going to show you how we can easily extend CollectionView to implement ScrollTo-functionality through DataBinding from a ViewModel (for both grouped and non-grouped data sources).
Code Snippets for Xamarin.Forms BindableProperty
This post is my contribution to Louis Matos’ Xamarin Month with the topic Code Snippets.
Sending push notifications to your Xamarin app from WordPress with Azure, Part II – the Function
In this second post of my series about sending push notifications from WordPress to Xamarin apps via Azure, we’ll have a look at the Azure Function that handles our newly created Webhook.
Sending push notifications to your Xamarin app from WordPress with Azure, Part I [new series]
It is no secret that push notifications help to keep your users engaged. There are a bunch of options out there if you have a WordPress blog. This is the first post of a new series that shows you to send them from a self-hosted WordPress installation to your Xamarin mobile app via Azure.
MSicc’s Blog version 1.6.0 out now for Android and iOS
Besides updating my WordPressReader library and making some minor visual changes to my blog, I also updated both the Android and iOS apps for my blog.
WordPressReader (Standard) updated to version 2.1.0
WordPressReader (Standard) has been updated to version 2.1.0. Read on to learn what’s new in this update.