Google News
logo
Xamarin - Quiz(MCQ)
Which of the following is NOT a benefit of using Xamarin for cross-platform mobile development?
A)
Native performance
B)
Code portability across all platforms
C)
Access to native APIs and UI components
D)
Easy integration with third-party libraries

Correct Answer :   Code portability across all platforms


Explanation : While Xamarin does provide a degree of code sharing across multiple platforms, it is not possible to share 100% of the code across all platforms. Some platform-specific code may still be necessary to take full advantage of the native capabilities of each platform.

Advertisement