Does anyone knows a tutorial that could help me to build something similar to the browser of flipboard?
Basically i would like to filter some contents from a DB in my app and I am specially interested to understand how their browser was implemented as I would like:
- To be able to have the browser to overlay the main view on the right side.
- Shadow the detail view when the browser is seen
- To have a toolbar in the main view to filter some of my data too.
I am not sure if i should go for the master / detail template or start with a simple view template.