InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of XAML compiler in Xamarin? |
|
Answer» It notifies users about any error during the compile-TIME checking of XAML. It eliminates the load and indirect REFERENCING time for XAML elements. It doesn't include the FINAL ASSEMBLY hence reduces the file SIZE. |
|