0 votes
in Xamarin Exordium by
What are the code-sharing techniques in Xamarin.Forms?

1 Answer

0 votes
by

There are two methods of sharing the code between the cross-platform applications:

  • Portable Libraries (PCL)
  • Shared Projects
...