Google News
logo
Xamarin - Quiz(MCQ)
How many code-sharing techniques does Xamarin.forms provides?
A)
2
B)
3
C)
4
D)
5

Correct Answer :   2


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

* Portable Libraries (PCL)
* Shared Projects

Advertisement