Re: [android-developers] how to flip the page similar to what Flipboard app does

2012-07-18 Thread KK
Thanks Harri, I'll check it out. --KK On Mon, Jul 16, 2012 at 1:57 PM, Harri Smått wrote: > I played around with the idea - and this mockup works more/less properly. > Nothing too fancy but guess it would be possible to extend it for more > generalized usage. > > https://github.com/harism/andro

Re: [android-developers] how to flip the page similar to what Flipboard app does

2012-07-16 Thread Vinoth Kumar. A
Hi All, Try to do something like this,.. https://play.google.com/store/apps/details?id=com.sports.rulesf<%20https://play.google.com/store/apps/details?id=com.sports.rulesf> On Mon, Jul 16, 2012 at 12:48 PM, KK wrote: > hi All, > I'm working on creating a basic app and planning to use the page

Re: [android-developers] how to flip the page similar to what Flipboard app does

2012-07-16 Thread Harri Smått
I played around with the idea - and this mockup works more/less properly. Nothing too fancy but guess it would be possible to extend it for more generalized usage. https://github.com/harism/android_viewbinder -- H On Jul 16, 2012 2:54 PM, "KK" wrote: > hi All, > I'm working on creating a basic

[android-developers] how to flip the page similar to what Flipboard app does

2012-07-15 Thread KK
hi All, I'm working on creating a basic app and planning to use the page flip feature available on Flipboard app @ https://play.google.com/store/apps/details?id=flipboard.app&feature=related_apps Would appreciate, if someone could point me to some sample code that does similar job. Thanks in ad