Biology, asked by adityahiremath652, 1 year ago

Difference between flatlist and listview

Answers

Answered by kirisshkevinkk
0
flatlist- More performant compared top ListView. ListView rendering can get slow once the number of items grows larger. FlatList's memory usage is almost constant regardless of dataset size. With FlatList you do not have to format the data, you can just pass it an array of data.

FlatList is still missing some features, like sticky headers, but it's evolving fast. ListView is soon to be deprecated.

ListView - A core component designed for efficient display of vertically scrolling lists of changing data.

FlatList - A performant interface for rendering simple, flat lists.

Answered by Mehekjain
0

\red{HeLLo!!}

▶️ LISTVIEW : A core component designed for efficient display of vertically crawling list of changing .

▶️ FLATLIST : A performant interface for rendering simple , flat list .

\huge\red{Brainliest PLz}

Similar questions