News

In an earlier post here we explored parameter binding in Web API. In this post, we will learn how to pass ... form.Get("Author"); var token = form.Get("Token"); //Usual code to store data in ...
The ListView in Xamarin.Forms has a lot of options ... As a simple example, I've created a cell with two labels in it and will be placing data in it. The data comes from the Open Weather API. For this ...
Data is the lifeblood of every ... Note: You might find this weather API to be familiar. It's the same example I've used in previous columns. The code in Listing 1 to create a ListView in ...