Multilingual in a mobile application is essential to have a large audience around the world. For this, as many languages as we manage in the application as many users as we have. We’ll see together how much easier to manage many languages in Xamrin Forms application. You can download the code on GitHub repository. Using […]
Month: September 2020
Xamarin Forms – CollectionView
In this post we’ll go through an example of how to use CollectionView component with SwipeView.CollectionView is a view for presenting lists of data using different layout specifications. It aims to provide a more flexible, and performant alternative to ListView.You can get the code source on GitHub. Differences between CollectionView and ListView While the CollectionView […]
Xamarin Forms – ListView
In this new tutorial, we ‘ill explore together how to manipulate the component ListView.You can get the code source on GitHub. Data Binding First of all, let’s create a new Xamarin Forms Prism template application called ListView. You can find more detail in the previous post.After that, open the MainPage.xaml page and add new ListView […]