performance - Android- What's more efficient, Buttons or ListView? -


i have app complex navigation.

i have sort of tree structure multiple screens ( each containing ~ 8 buttons) ... (it's tutorial app, user has navigate through difficulty level button, type button etc. tutorial screen)

it got me wondering, 1 more efficient , why - bunch of buttons ins vertical linear layout or simple listview ?

even few milliseconds or few kilobytes ? want app smallest size possible fastest performance possible.

it's not programming problem, reckon might lot

:-)

thank !


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -