Closed fjr619 closed 4 years ago
In this case, transform a view on the fragment into activity will work.
can you give me example to do that? thank you
Hi @fjr619. You can find example codes in the demo project. Thank you :)
maybe this is more explain what i want to achieve : Activity A have fragment A, Activity B have fragment B from fragment B it will startactivity B then inflate fragment B with fragment manager. this is my current use case
so onTransformationStartContainer
on fragment A, then onTransformationEndContainer
Activity B that have fragment B? is it what you mean by transform a view on the fragment into activity will work
?
Yes, it is the same as Fragment to another fragment but different activity
. Fragment or View to an another Activity has another Fragment. Fragment A (Included in Activity A) to Fragment B (Included in Activity B) right?
is this libs support Fragment to another fragment but different activity?