Currently I'm developing an application for an Android tablet. I search for a method or approach to divide the screen into two pieces and make a subview visible. I don't know where I found this effect (iOS or Android app).
For illustration I have two pictures attached:
After a click on View X a subview should appear exactly below (the rest of the screen will be moved down):
Does anyone know this effect? Greetings!
You can achieve this is many way. The easiest I can think of is to have a View you can simply show/hide directly.
Layout:
Now, in your activity just show or hide you middle layout where you want like so: