Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the difference between Xamarin.Forms & Xamarin Native?
Home
C Sharp
What is the difference between Xamarin.Forms & Xamarin Native?
asked
Aug 20, 2020
in
C Sharp
by
Hodge
What is the difference between Xamarin.Forms & Xamarin Native?
#xamarin
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 20, 2020
by
Hodge
Xamarin.Forms is used when:
Less platform-specific code is required
Code sharing is more important than custom UI
UI is not complex
Xamarin Native is used when:
Lot of platform specific code is required
Custom UI is more important then code sharing
Many platform-specific APIs are used
...