Learn Technologies
Xamarin Forms - Multilingual

Xamarin Forms – Mastering Multilingual

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 […]

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 […]