Login
Remember
Register
Ask a Question
What are the code-sharing techniques in Xamarin.Forms?
0
votes
asked
Jun 3, 2022
in
Xamarin Exordium
by
sharadyadav1986
What are the code-sharing techniques in Xamarin.Forms?
xamarin-forms
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 3, 2022
by
sharadyadav1986
There are two methods of sharing the code between the cross-platform applications:
Portable Libraries (PCL)
Shared Projects
...