Hi
is there any solution to transition animation cameraView to other Activity or fragment? (shared element effect from origin cameraview to destination cameraview) ?
thanks
Hi, @ateymoori
I think this is impossible, because you need close camera when you go out from activity or fragment.
If you don't this, you will have memory leak and some troubles with camera.
But you may create snapshot and shared it or use shared transition on only one screen (activity or fragment).
Sorry for my English.
thank you so much
Iv tested by snapshot and transition that to new activity but its not smooth .
Do you have any other solution?
@ateymoori
It's my pleasure :)
You will can use second way.
Use View which can expand to full screen. This is work fine, because we don't need go out from activity or fragment and don't need open camera two times.
Maybe you will come up with another way.
thanks
but the view is inside a horizontal RecyclerView
and i cant scale up a view inside it to fill activity
I am looking for a way to open camera like Telegram camera opening
@ateymoori
Telegram doing this as I wrote above :)
Telegram works so smooth and great in all functionalitis
great product from Russia, Your country :)
thanks from Iran to Russia ! 馃憤 :)
I will test that
@ateymoori
Not at all.
I was happy to help you :)
Thanks @Namazed for addressing some issues here.