Category: Xamarin;/C#;/.NET

  • Azure DevOps integration with Xamarin

    Xamarin is an open-source platform for building cutting-edge and effective applications for different cross platforms like Android, iOS and Windows with .NET using single shared codebase. In this blog I am using Azure DevOps cloud to build an application, below fig (a) shows the sample code in azure repos. Build pipeline creation in azure DevOps:…

  • Animation with Xamarin Forms

    In this Article I am going to show you how we can add animation in our Xamarin Forms Application. It is very simple process to add animation with xamarin forms app. We are not going to use any 3rd party plugin for that. Because this property available with default project. Just we need to use…