In Android Development, what is the correct term for a "fixed" element? -


this question has answer here:

in android project, i'm creating browse feature uses listview display content.

my goal create fixed element remains @ top of screen, no matter how far down scroll in listview.

what correct term in android development environment item stays on top of screen after scrolling down?

as i've browsed s.o. learn how approach problem, i've seen people use word "fixed" before, term seems more associated html , css. i'm trying learn keywords use search ways solve problem. suggestions?

you can use term sticky. according question need items @ top always. so, it's sticky header :)

here great libraries achieve in quick.

  1. header list view
  2. sticky list headers

Comments