How To Share Code Between Cross-Platform Applications on Xamarin?

Technology CommunityCategory: XamarinHow To Share Code Between Cross-Platform Applications on Xamarin?
VietMX Staff asked 3 years ago

Xamarin provides three common approaches to share code between Cross-Platform Applications:

  1. .NET Standard Libraries
  2. Shared Projects
  3. Portable Class Libraries (Deprecated)