After configuring the development environment following the previous post . Now, we'll be able to start developing mobile applications using Xamarin Platform. In this post we'll start by creating the offline version of our "Remember It" application. Application Creation Open Xamarin Studio IDE, please note that I'm using dark theme because I'm fan of it and the default theme that comes after fresh Xamarin installation is the light theme. Click on "New Solution..." button then select Android App. Fill in the application Name, Organization Identifier. For the Target Platform I chose 'Maximum Compatibility' to cover multiple Android versions (since 2.3), and finally I chose AppCompat Light theme to bring Material Design to my Android application. In the final step, we can set the project name, the solution name and the project location. I checked the Xamarin Test Cloud option in order to create UI Test project that we'll use after. If you...