Android get hidden screen from bottom when long pressing system "home" button.
When I long press on the home , a view comes from bottom , which can be scrollable, I want to do that in my app. please suggest me, how to do.
Android get hidden screen from bottom when long pressing system "home" button.
When I long press on the home , a view comes from bottom , which can be scrollable, I want to do that in my app. please suggest me, how to do.
The component is called "Bottom Sheet"
So your question is a meta-question of Android How to implement Bottom Sheet from Material Design docs.
a full description and documentation can be found here.