ListView | Android Developers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

ListView | Android Developers

what the advantages of listview list any 4 advantages

19th Nov 2020, 8:06 AM
Fatma Almasqari
Fatma Almasqari - avatar
2 Answers
+ 5
I think using a recyclerview over listview will be better. Listview is very ancient, recyclerview is like version 2.0 of listview with lot of improvements. More flexible and customizable than listview. You need listview in the cases of, -if you're app is not performance intensive -you are developing small app with small data set to work with -it's more easy to work with listview than recyclerview, so use listview if you want rapid development without consuming lot of time -use listview in the case you are not using heavy layouts to render through listview(Custom listview)
19th Nov 2020, 1:38 PM
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~ - avatar
0
19th Nov 2020, 8:07 AM
Fatma Almasqari
Fatma Almasqari - avatar