In an Android project, I'm creating a browse feature which uses a ListView to display content.
My goal is to create a fixed element which remains at the top of the screen, no matter how far down I scroll in the ListView.
What is the correct term in an Android Development environment for an item that stays on the top of the screen even after scrolling down?
As I've browsed S.O. to learn how to approach my problem, I've seen people use the word "fixed" before, but that term seems to be more associated with HTML and CSS. I'm trying to learn what keywords I use as I search for ways to solve my problem. Any suggestions?