Xamarin Quickstart
As usual, the best way to learn something is to use it.
Follow the official quickstart sample to develop the Hello World of Xamarin.
A few interesting tips:
1. At top right, there are a few icons. One of them can be used to switch to design view as Asp.Net UI designer:
This is how the final app looks like in Android emulator:
3. For the quickstart step 3, SQL Lite recommended by the tutorial has been depreciated. There is an official build specially for Xamarin released by SQLite-net.
There is no other issue to follow the quickstart sample. After the quick start, the fundamentals of Xamarin development are clear. It is time to play with some advanced samples that will be used in the real project.
Comments
Post a Comment