Practicing and exploring
Test your knowledge and understanding by answering some questions, get some hands-on practice, and explore this chapter's topics with more in-depth research.
Exercise 21.1 – Test your knowledge
Answer the following questions:
- What is the difference between Xamarin and Xamarin.Forms?
- What are the four categories of Xamarin.Forms user interface components, and what do they represent?
- List four types of cell.
- How can you enable a user to perform an action on a cell in a list view?
- How do you define a dependency service to implement platform-specific functionality?
- When would you use an
Entry
instead of anEditor
? - What is the effect of setting
IsDestructive
totrue
for a menu item in a cell's context actions? - When would you call the methods
PushAsync
andPopAsync
in a Xamarin.Forms mobile app? - How do you show a pop-up modal message with simple button choices like Yes or No? ...