ozodrukh/CircularReveal

opening activity with reveal?

MohsenShafiee opened this issue · 10 comments

is it possible to open an activity with reveal?

Alxzu commented

Hi, did you solve this? I'm trying to do the same here

Maybe this repo FabTransitionActivity will work for you. It's fork of this repo.

Alxzu commented

Thanks, that work just great!!

@Alxzu Great, can you close this issue then?

Alxzu commented

I didn't open this issue, can I close it anyway?

@Alxzu my bad! 😄
@TheLoyalCruel can you close it?!

@LeonardoCardoso thanks for this library...
but it's just for fab! I want to open all of my activities with reveal and close them with reveal!
is it possible?

@TheLoyalCruel You can just call mSheetLayout.expandFab(). Although this method has this name, you don't need to have a visible FAB. Then your layout will be expanded, and with the listener implemented you can call you activity when it ends. And that repo teaches how to close it with reveal too.

can we call several activities? or just one?

@TheLoyalCruel how do you by calling several activities? You can call only one at once, but as many as you want if nesting them.