0 votes
in Xamarin Exordium by
What is the role of Xaml in Xamarin ?

Select the Answer of the above question is :

a) Creates the code that needs to be run

b) Create the UI interfaces

c) Maintains the business logic

d) None of the options

2 Answers

0 votes
by

Correct Answer of the above question is : -b) Create the UI interfaces

Xaml is used to Create the UI Interfaces in Xamarin 
0 votes
by

XAML or Extensible Markup Language is a special tool that allows the developer to define the user interface in Xamarin app development. XAML has a vital role in Xamarin, but it is not necessary for app development in Xamarin.Forms. Xaml works with ModelView-ViewModel or MVVM architecture of an application.

...