The new Facebook application and its navigation is so cool. I was just trying to see how it can be emulated in my application.
Anyone has a clue how it can be achie
Can't comment on the answer given by @Paul Grime yet, anyway I've submitted on his github project the fix for the flicker problem....
I'll post the fix here, maybe someone needs it. You just need to add two lines of code. The first one below the anim.setAnimationListener call:
anim.setFillAfter(true);
And the second one after app.layout() call:
app.clearAnimation();
Hope this helps :)