SlidingDrawer is an Android View Widget that hides content out of the screen and allows the user to drag a handle to bring the content on screen.
From official documentation of SlidingDrawer class:
SlidingDrawerhides content out of the screen and allows the user to drag a handle to bring the content on screen.SlidingDrawercan be used vertically or horizontally. A special widget composed of two children views: the handle, that the users drags, and the content, attached to the handle and dragged with it.SlidingDrawershould be used as an overlay inside layouts. This meansSlidingDrawershould only be used inside of aFrameLayoutor aRelativeLayoutfor instance. The size of theSlidingDrawerdefines how much space the content will occupy once slid out soSlidingDrawershould usually usematch_parentfor both its dimensions.
Tag Usage:
android drawerlayout android-navigation-drawer navigation-drawer materialdrawer