Câu hỏi phỏng vấn Xamarin
Câu hỏi

What is is the difference between ListView & TableView ?

Câu trả lời

The main differences between ListView and TableView in Xamarin are:

  • ListView displays data vertically in a single column, while TableView allows displaying data in multiple columns in a table format[2][3].
  • ListView works better for items with text as the focal point, while TableView is suitable for displaying data in a tabular structure with multiple columns[2][3].
  • ListView has built-in separators and better item tap handling, whereas TableView requires manually adding separators and handling selection events[1].
  • ListView is more performant and stable compared to TableView, especially on iOS. TableView can have performance issues when loading large datasets or when scrolling[1].
  • ListView provides built-in virtualization for efficient scrolling of large datasets,...
junior

junior

Gợi ý câu hỏi phỏng vấn

middle

What are the advantages and disadvantages of using XAML in Xamarin.Forms?

junior

Explain Lifecycle methods of Xamarin.Forms app

middle

What is Custom Renderers and what is its purpose?

Bình luận

Chưa có bình luận nào

Chưa có bình luận nào