Previously, we talked about what is Xamarin, its pros/cons and Xamarin family members. It’s highly recommended to be familiar with Xamarin before kicking off with this series. If you haven’t checked it before, you can click on this link.
In this series, we will be building up an application for a friend of mine, owner of Puzzlers Jordan in order to grow his business up and reach a better amount of customers/puzzle lovers.
At the moment of writing this post, the app hasn’t been created. So I’ll be building a simple functional mobile app with little to no complications for the two dominant platforms in the market (Android and iOS), I’ll be using Xamarin.Forms
.
I made this decision after checking Xamarin’s site Is Xamarin.Forms right for your project? plus considering it as a challenge.
Finally, before we start building the application, we need to know what the environments are.
This screenshot demonstrates Windows and Mac operating systems.
So choose your preferred IDE and OS. As for me, I am going to use Xamarin Studio for MacOS as my IDE. Feel free to follow along with any other IDE.
Before We Start, Note the Below
- You have to be familiar with C# and a little XAML.
- Have a mac machine or at least connected to one since iOS platform is part of our solution.
Enjoy!