What structure should I use to make this layout?
It's a listView or gridView , I do not know how to do this part of SOM ,
When I put listView , it appears only aligns from below, not from above!
Mobile development with Xamarin.Forms gives us two approaches:
Portable:
Create a Portable Class Library (PCL) that targets the platforms
that you want to support, and use Interfaces to provide
platform-specific functionality....
I am creating an application with Azure integration, how much do I try to instantiate MobileServiceClient I have the following exception
Method 'System.Net.Http.HttpClientHandler.set_AutomaticDecompression'
not found.
Here is...