Friday, September 20, 2013

Slides - Cross platform programming with .net, xamarin and MvvmCross

The slides from yesterdays presentation "Hot tuna - Cross platform development with .net, Xamarin and MvvmCross" are available from here.

Useful links from the presentation

MvvmCross
Stuart Lodge - MvvmCross Author

Twitter          
@slodge

Blog           
http://slodge.blogspot.co.uk/

Videos           
http://www.youtube.com/user/MrHollywoof?feature=watch
Video index   
http://mvvmcross.wordpress.com/

Repository        
https://github.com/slodge/MvvmCross

Xamarin
Website
http://www.xamarin.com/
Samples
https://github.com/xamarin
Mobile library
https://github.com/xamarin/Xamarin.Mobile 

Ninja Coder
Adrian Sudbury – Ninja Coder Author
Twitter       
@asudbury

Blog        
http://adriansudbury.blogspot.co.uk/

Ninja Coder    
http://visualstudiogallery.msdn.microsoft.com/618b51f0-6de8-4f85-95ce-a50c658c7767



Portable Class Libraries
http://www.hanselman.com/blog/CrossPlatformPortableClassLibrariesWithNETAreHappening.aspx

2 comments:

Arnaud said...

Some benchmark under Android:

Free Pascal : 3.059 sec / Fast (Best)
Java : 3.437 sec
Qt5 : 3.8 sec
monodroid : 4.843 sec
Titianum : 9.7sec / Slow (Worst)
[출처] Pascal /w Native Android Controls - BenchMark Test by Yi Xian|작성자 최원식옹

See http://blog.naver.com/simonsayz/120196955980
and http://blog.synopse.info/post/2013/09/19/FreePascal-Lazarus-and-Android-Native-Controls

Sean said...

Arnaud

That's interesting. I don't use object pascal for new apps any more but it's good to see what people do with it.