Category: Mobile;/Xamarin;/C#;/Mobile Applications;/iOS

  • 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:…

  • Azure DevOps integration with Flutter

    Dart is a programming language invented by google initially later it is evolved significantly which is used to create Flutter applications, Flutter is an open-source framework that enabled us to create cross-platform applications using a single codebase. In this blog I am using Azure DevOps cloud to build an application. Install the Flutter extension available…

  • Xamarin Forms- Dependency Service (Text To Speech)

    It is beautiful  and simple to implement. We can use this feature in our App where we want to add voice with text. Prerequisite :- Xamarin Forms project with PCL Approach. (STEP 1) Create a Interface class in PCL. Right click on PCL project ->Add New-> EmptyInterface Create this Interface class with the name of…