Category: Xamarin Forms
-
Understanding NetStandard
I was working on DayTickler and authentication when the latest Azure Mobile Client was released. Being fearless, i decided to upgrade. Turns out the new version of the nuget doesn`t support pcl, but netstandard. No problem, let`s upgrade everything to netstandard, i need it for things like the latest AutoMapper…
-
Xamarin Forms Navigation
I’ve spent a lot of time trying to get non modal navigation working on DayTickler. Here’s the thing – it is complicated to test on every platform and ensure it works correctly when we want a MasterDetailPage… Here is my recipe : public class App : Application { public App()…
-
Predictions for 2016 Mobile Development
Well, it’s 2016 and technology doesn’t stop advancing. A couple of months ago, I though Xamarin was the best platform for creating cross platform apps from the same (or mostly same) source code. From a technology standpoint, Xamarin offers the mechanisms to use all of my Visual Studio and .NET…
