F
F
fr33z32013-01-09 17:04:43
Android
fr33z3, 2013-01-09 17:04:43

Interesting UI Pattern?

Reading the hubs, I came across an interesting UI pattern made for the iPhone.
Video .
I wonder how it can be implemented on Android? How would you implement it?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
ara89, 2013-01-10
@fr33z3

There is a SlidingMenu
library. In it, you can add your own animations to draw the opening / closing of the menu. Look at the examples
. Such animation, as in the video, is also quite possible to do and the View itself is animated, and not

screenshot image

F
fr33z3, 2013-01-09
@fr33z3

It looks like I found the answer to the question here in this turnip:
github.com/openaphid/android-flip

N
Nikita Permin, 2013-01-09
@NekitoSP

habrahabr.ru/post/148730/
isn't that it, but with custom deformation and rendering of the same side menu?

F
fr33z3, 2013-01-11
@fr33z3

I'm wondering how you will deform the View components themselves. In any case, you will work with the canvas. And you can Animate anything you want - that was not the question. Your SlidingMenu has been in my stars for a long time.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question