Android Question Hide/Show a view when onScroll from a ListView is called

Walter Adriano da Silva

Member
Licensed User
Longtime User
Is there a way hide or show a View or the ToolBar through ListView.onScroll method()?

Following an example

demo_gif.gif


This example use a RecyclerView, but I need do this with a ListView

Example source: https://github.com/mzgreen/HideOnScrollExample
 
Top