Results 39 comments of Bo

I'm still struggling to reproduce the bug. I went to a Samsung store and tried a GS3 and a Galaxy Note II with the demo app, but found nothing abnormal....

@cagkanciloglu I setup an activity to implement the layout that is supposed to cause issues. Unfortunately, it still runs fine on my new Nexus 7, old Defy+ and emulator.

@cagkanciloglu Thanks. It would be the best way for me to fix the issue.

Sorry for my late reply. It seems that FlipView doesn't work well with async content. I'll try to figure out a way to improve it in develop branch first

@KyungHo if you met the same problem as @cagkanciloglu showed in http://www.youtube.com/watch?v=rv0pLLCn-8w . I doubt it could be caused by the OpenGL lighting setup in FlipView. But it's hard for...

@cagkanciloglu I migrated your project into the demo app as "Issue #5". I found that its async loading logic is not 100% correct. Please refer to the comments in my...

@ZoserLock Thanks a lot. I will merge it into master branch later.

I've pushed a fix into develop branch. Could you guys test it on a Galaxy S3 for me please? APK: https://github.com/openaphid/android-flip/tree/develop/FlipView/Demo/APK But I still don't get the real reason of...

The full white issue seems not related to async content. Please share your code that can reproduce the problem. Is it reproducible on emulator? And what happens if you hold...

I created a simple demo to address your issue, but I can't re-produce the problem. If you think it's caused by specific layouts, please try to submit a pull request...