ActionsContentView icon indicating copy to clipboard operation
ActionsContentView copied to clipboard

How does ViewPager exist in ActionsContentView without using Intent?

Open LilDre opened this issue 11 years ago • 1 comments

Hello, I got a problem.

My viewpager is a fagmentactivity and I hope that when I press a button which is in ActionContentView, the viewpager will show out in the right-hand's fragment.

Fragmentactivity is a subclass of activity, it needs to use intent to call it.

I don't want to use intent, because it will switch the page.

I just hope the viewpager will display and no switching page like settings, abouts ... etc which are functions in your source codes.

Have any solutions?

LilDre avatar Aug 27 '13 15:08 LilDre

Hello. In few words: there is no easy way to make id done. Please follow links for comments for same question as yours.

One: https://github.com/StevenRudenko/ActionsContentView/issues/27#issuecomment-23172667 Two: https://github.com/StevenRudenko/ActionsContentView/issues/27#issuecomment-23174374

StevenRudenko avatar Aug 29 '13 13:08 StevenRudenko