Android: What's This Slider Bar Called And How To Implement It?
This may be a dumb question but could anyone please tell me what this slider (highlighted in yellow) called in Android? Is it a navigation bar? I want to implement the same slider
Solution 1:
As for the part you highlighted, it doesn't have any particular name, it's just some view with selector background.
As for the mechanism itself (pulling view to reveal another), it is SlidingDrawer. Note that it has been deprecated in API 17, probably this UI pattern is not encouraged anymore.
Post a Comment for "Android: What's This Slider Bar Called And How To Implement It?"