30DayChallenge

App Concept To Store 30 Day Challenge Day 7

Thursday 7th June

 

Visual Studio For Mac

Instead of using Visual Studio on my Surface Pro and building on my Mac over the network, I thought i’d try Visual Studio for Mac on my MacBook Pro. I had heard that it has become a very good tool. I was pleasantly surprised by how good Visual Studio for Mac was, I especially like the preview window.

A whole new bunch of keyboard shortcuts to get used to. I’ll probably continue to develop the app directly on the Mac for the foreseeable. At least I only need one laptop running, not two.

I still have the provisioning error message when trying to deploy/debug on my iPhone, but the iPhone Simulator is working a treat.

 

 

Navigation Working

I solved my navigation issue..

Apparently I needed to change the App to the following

 

Databinding To Collection

Getting a ListView to Databind to an ObservableCollection was as simple as I had remembered in WPF/UWP. It’s just a face static collection for now, but will eventually be a collection of Sound or Category models.

 

New Book

My first Xamarin book arrived today.

It’s not a particularly long one, so almost read it during the afternoon. Gave me lots of ideas of things to do and made me aware of some best practices.

 

Summary

The book is guiding my approach to certain things somewhat and I have simplified my development environment where I can. I am impressed with Visual Studio for Mac.

 

Next steps..

  • Get sounds
  • Play sounds
  • Create sound collection
  • Create category collection