Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between portable class library and shared class library in Xamarin cross platform

Can any one explain the difference between portable class library and shared class library in Xamarin cross platform

like image 382
khush Avatar asked Feb 12 '15 06:02

khush


1 Answers

Just my understanding about them.

shared class library works as static library (shared source code) and portable library likes a dynamic library.

SharedPortable

like image 138
asir6 Avatar answered Sep 27 '22 03:09

asir6