Monday 21 August 2017

Xamarin Steps

How To Setup hocky app with App insights
 https://docs.microsoft.com/en-us/azure/application-insights/app-insights-hockeyapp-bridge-app

 How to make TFS Build Manage Xamarin App Build Numbers
http://www.blogaboutxamarin.com/xamarin-dev-ops-with-vsts-versioning-apps-for-hockeyapp/

 Change Xaml Compilation, so you recieve xaml errors on Buld, instead of runtime

From performance tips video:
https://channel9.msdn.com/Shows/XamarinShow/XamarinForms-Performance-Tips-and-Tricks?term=xamarin%20show#time=11m35s


- Website
https://developer.xamarin.com/guides/xamarin-forms/xaml/xamlc/

- Code example

using Xamarin.Forms.Xaml;

[assembly: XamlCompilation (XamlCompilationOptions.Compile)]

Friday 30 June 2017

Recommended Website frameworks/apis

moment.js    for dates
boostrap for  UI
angular  for data binding
datatables jquery for pagination and sorting