Question

I have used an Android application recently that has an interesting UI pattern in it. I have made two screenshots to show you what I'm talking about:

Initial State (look at the blue rectangle on the right of the screen):

enter image description here

After clicking on that blue rectangle, it slides smoothly to the left, which results in the following screen:

enter image description here

My question is simple, how do you think this could be achieved? Also, what's the name of this pattern? A sliding pane?

Was it helpful?

Solution

This is called sliding drawer in the android vocabulary. You can find is as an ui component. To obtain the same result you would actually need to change the default handle to a blue one (from an image a priori).

Some links on the topic:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top