Today I’ve found that new library for pageflipper. But I don’t know so far how to enhance this library for using Intent.
What I mean is these examples only mention for display text in body not include another page with intent. Thus I need to know how to include another page (java) with intent in this library.
ViewPagerIndicator is for
ViewPager. There is nothing in Android called “pageflipper”.You don’t. Putting activities inside of other activities is officially deprecated by the platform and has nothing to do with
ViewPager, let aloneViewPagerIndicator. YourViewPagercan have pages that are Views (i.e., inflated layouts), optionally having those be managed by fragments.