A question regarding Android flow
@AttwellBrian is already working on this.
Since Nov 24, 2017.
- Dominant language
- Kotlin
- Stars
- 7.9k
- Forks
- 914
- PR merge metrics
- No merged PRs in 30d
Description
Hello!
I have a little problem with the Root RIB->RIB A->RIB B flow on Android.
The problem comes from the fact that RIB A and RIB B should fulfill the whole screen space.
So at the moment when i try to route from RIB A to RIB B I have no space to attach the
RIB B View. Thus I'm forced to remove all the stuff from the RIB A View and then to attach the RIB B View. I hope there is better way to accomplish this. I've come up with passing the root view to the children RIB's and attach/detach with it but I'm not sure if this is the best way to do it. If you have any suggestions please tell us.
Thanks i advance.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.