-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MvRx at Airbnb utilities #112
Comments
I would like to release this as a separate module. This code is not as stable - I would like to keep developing the API's and develop it more internally first though. Maybe sometime next year though. If you're really interested we could probably share it as a gist for now |
|
@elihart Thank you for the quick response, I'm really looking forward to this! In the meantime a gist of an early version would be very appreciated. |
Hi, is there any update on this (module release and/or gist snippets)? |
No updates yet, but still something we would like to do in the future |
@elihart is there anything still there that would be worth open sourcing as part of this issue? |
We are working on a new inter-module navigation system that can potentially be open sourced, it would be great to release if possible |
@elihart is there any update on this issue? Can we expect any update by March 2020? |
From the comment above asking for this:
|
Here is an example of a system for loading Fragments: https://gist.github.com/elihart/74e465676ff6663729f52690661e37e0 It has a few MvRx specific things (like how arguments are handled), but for the most part stands alone from MvRx (which is why it's not part of this library). This is an incomplete example, it assumes you have base classes for your fragment and activities which are not provided, but which you should be able to figure out easily enough |
Hi,
Looking through the wiki, more specifically "MvRx at Airbnb" page, I found some things that look really useful and convenient, namely the
Fragments
/MvRxFragments
class for easy registering and creating fragments (even without a need for creating our own activity) with optional cross-module access,showFragment
/showModal
for fragment navigation and finallyMvRxLauncher
for starting fragments from launcher shortcuts. Is there any possibility for open sourcing those functionalities and sharing them with the community?I understand that perhaps this is out of scope for the core MvRx, but maybe it could be released as an extension module?
The text was updated successfully, but these errors were encountered: