emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
925 stars 273 forks source link

add fragment programmatically #66

Open gsus24 opened 8 years ago

gsus24 commented 8 years ago

Hello,

also asked on stackoverflow http://stackoverflow.com/questions/33450012/android-fragment-flipview-baseadapter-onclick-add-fragment

i tried to add a fragment programatically to overlay a view on my flipView with buttonclick. This is what i done, it´s work, but overlayed always the previous page.

Hope you could give a tip to add fragment at current page.

Thanks alot for this great library. Best wishes