
Although SnackBar functionally resembles Toast messages, it stands out with a few features. For example, we can add a button to the SnackBar, or we can drag it away from the screen whenever we…
Read articleTopic archive · 7 notes
Practical articles, implementation notes, and lessons learned from real software projects.

Although SnackBar functionally resembles Toast messages, it stands out with a few features. For example, we can add a button to the SnackBar, or we can drag it away from the screen whenever we…
Read article
Syncfusion is a software company that creates software components and tools for the Microsoft .NET platform, including user interfaces and reporting tools. It includes more than 1600 components and frameworks for Windows Forms, WPF,…
Read article
Microsoft held its annual Microsoft Build conference for developers using Windows, Xamarin, Microsoft Azure and other Microsoft technologies in May 2020. This conference had important news for mobile application developers. .NET Multiplatform App UI,…
Read article
We usually see plain splash screens in mobile applications. But what should you do if you want to view an animated splash screen? Here, this post is for you. Alternatively, you can make your…
Read article
In this post, I will show you a simple application of currency converter in Xamarin.Android. It will be an application that will write the amount of foreign currency to be converted and in which…
Read article
When developing an Android application, you may sometimes need to take images from the device's camera and use it. You may even want to store these images on the device. And by specifying the…
Read article
In this post, I will show you how to add an image we selected from the gallery on the Xamarin.Android platform into ImageView. Our motivation is to create a contact page and add people…
Read article