openaphid / android-flip

A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android

Home Page:http://openaphid.github.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove ImageLoader library from the demo project

openaphid opened this issue · comments

commented

The presence of the library is kinda misleading as I don't have expertise on it.

The async demo will be changed to use a simpler implementation from local images.

But could you help me make a method in FlipViewController to re-capture the screen for frontCard? I need it to re-capture screen when image in frontCard load complete. Thanks in advance.

commented

Doesn't refreshPage() meet your requirement?

I also added FlipViewController.refreshAllPages() in the last commit in develop branch.