jaydroid1024 / FlipView

Android 模仿FlipBoard中FlipView 的两种实现
7 stars 1 forks source link

Ads management (placement) #1

Open ClaudeHangui opened 7 years ago

ClaudeHangui commented 7 years ago

Nice lib....How can you handle instertitial and banner ads with the flipview ??...

jaydroid1024 commented 7 years ago

I have not yet used this view on the banner module, and for the banner implementation of the flip, you can use the viewpager + custom transfomer animation to implement it

jaydroid1024 commented 7 years ago

https://github.com/JayAnother/BannerViewPager/blob/master/app/src/main/java/org/jay/bannerviewpager/transformer/FlipHorizontalTransformer.java

ClaudeHangui commented 7 years ago

Actually, I was thinking of preventing the loading of the previous page....SInce the adapter already has all the items, the ads (interstitial, banner..etc) are shown once the page is already opened...So is it not possible to prevent loading of the newt page so that the page is fully loaded once the flip action is 100% complete ?