Get Json Data Example 2

Hello friends. In this article, I will talk about another example of a subject that I received a lot of mail. Json take data. I will not mention how important it is to pull Json data, or why we need to pull Json data. You…

Swift Taking Json Data

Json data are of the major types in every project. When taking data from a service, we shoot it json. That is why every single Json has a large prefix of data. In our previous writings, we saw how to draw data with C #.…

Taking Json Data
C#

Hi friends, in this writing, I will talk about how to draw Json Data. First of all, Jason, we need to know why. Json is actually a data format created for JavaScript. Prior to Json, methods such as xml were used, but over time, these…

Xamarin Forms Keyboard Type

The keyboard-type theme, which seems very simple and insignificant, can be life-saving in mobile applications. For example; If you issue a default font keyboard in front of the user while receiving a phone number from the user, this event will force the user very much.…

Xamarin and Cognitive Service (Part 1)

In this article I will try to explain how to incorporate Cognitive Services in Azure into my Xamarin Forms project. First we open our project. We need to install packages in the project and we do not have to install them. After clicking on Manage…