ozodrukh / CircularReveal

Lollipop ViewAnimationUtils.createCircularReveal for everyone 4.0+
MIT License
2.43k stars 391 forks source link

opening activity with reveal? #50

Closed MohsenShafiee closed 8 years ago

MohsenShafiee commented 9 years ago

is it possible to open an activity with reveal?

Alxzu commented 8 years ago

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

LeonardoCardoso commented 8 years ago

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

Alxzu commented 8 years ago

Thanks, that work just great!!

LeonardoCardoso commented 8 years ago

@Alxzu Great, can you close this issue then?

Alxzu commented 8 years ago

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

LeonardoCardoso commented 8 years ago

@Alxzu my bad! :smile: @TheLoyalCruel can you close it?!

MohsenShafiee commented 8 years ago

@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?

LeonardoCardoso commented 8 years ago

@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.

MohsenShafiee commented 8 years ago

can we call several activities? or just one?

LeonardoCardoso commented 8 years ago

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