Topic archive · 13 notes

NuGet

Practical articles, implementation notes, and lessons learned from real software projects.

Syncfusion Community License Key

Jan 15, 2021English · 6 min
Create Free Syncfusion Account

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

Install and Manage NuGet Packages

Jan 7, 2021English · 9 min
Manage NuGet Packages

With the importance of code sharing, Microsoft's Visual Studio also created its own sharing platform: NuGet. NuGet Package Manager, which is directly integrated into Visual Studio, has offered the code packages of 3rd parties…

Read article

Animated Splash Screen

Sep 8, 2020English · 5 min
lottie animation assests folder

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

Xamarin.Forms ListView Grouping

Aug 30, 2020English · 7 min
Install Syncfusion.Xamarin.SfListView Plugin

Grouping sequential data to reduce data complexity after connecting data to ListView in mobile apps is a good solution. We often see this when enumerating saved contacts in phonebook and messaging applications. It may…

Read article

Xamarin.Forms ProgressBar

Jul 28, 2020English · 6 min
Install Syncfusion ProgressBar Plugin

We show it sometimes on the screen or in the notification bar to show any progress within the program. For example, when downloading a file, what percentage of the download is in the notification…

Read article

Xamarin.Forms CarouselView

Jul 25, 2020English · 5 min
Xamarin.Forms-CarouselView

Our motivation in this post, get first five news from newsapi and show it in a CarouselView. Also, I used PancakeView plugin to make beautiful design. You can learn how to use PancakeView from…

Read article