Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
mochi12768yBest answer is 3, it's the best cost efficient answer. 1 doesn't even make sense..... It's there to fill in the multiple choice and should never be picked!
-
I'd go for RecyclerView because of the reduced boiler plate, ease of integrating animations upon model changes, the fact the views are recycled and the performance benefits you get with it
-
Well... Maybe he was planning to implement his own view recycler for the linear layout? ;)
-
@saberrider one of those "I prefer not to rely on dependencies" people. I get its useful to know how stuff works but if it's there, use it
Related Rants
Android Interview question: "what would you use to display a large set of similar data?"
1) a linearlayout
2) a spinner
3) a recyclerview
4) a listview
The "senior" applicant picked 1)
He was not even considered.
undefined
android
interview
denied