Time archive · 7 notes

August 2020

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 Display Toast Message

Aug 2, 2020English · 4 min
Xamarin Forms Display Toast Message

While developing a mobile application, do you sometimes need to send feedback to the user after his actions? Even without disturbing the functioning of the application. It is possible to do this with Toast…

Read article