We can integrate Chatbot API with Xamarin.Forms App using two methods, Embed Code with Web View or Native with DirectLine.In this blog, I shall explain how to integrate Chatbot using embed code with WebView which is simple.To achieve this, we need to have below 3 things set up An Azure account Create Bot Services on azure (For this demo we are using QnA Maker) Create a Xamarin AppFirstly, let us build an interactive QnA bot with the Cognitive Services of Microsoft. The purpose of ...
Read More
In this Article I am going to show you how we can add animation in our Xamarin Forms Application.
Read More
Unit Test are important for a good quality and maintainable code.it help to find error in our code in a very easy manner. For maintenance a software code it is a good practice to write a Unit test in your project.
Read More
Here I am going to explain you how we can use Text to Speech feature in Xamarin Forms without using any plugin. It is Xamarin Forms so it will work with both platform (iOS & Android).
Read More
Here I am going to explain you how we can use AppCenter for mobile application development and how it will save our time with CI-CD.
Before starting just I am giving a brief description about AppCenter.
Read More