MvvmCross / MvvmCross-AndroidSupport

Android support library packages for MvvmCross: The .NET MVVM framework for cross-platform solutions.
http://mvvmcross.com
15 stars 0 forks source link

Presenter should support Multiplie Fragment Parent Activities #217

Closed thefex closed 8 years ago

thefex commented 8 years ago

Currently MvxFragment can be shown just in one Activity (by presenter).

Working on issue, implemented (though not tested) feature in Shared and Native Fragging: https://github.com/thefex/MvvmCross/commit/18d0d65f1b5933d2c1727b5f0edea13c63e5c4f5

As in 4.0beta era - I have to manually set references to new MvvmCross build (from commit I have mentioned above) - feature is going to be implemented in my fork branch: https://github.com/thefex/MvvmCross-AndroidSupport/tree/feature_MultiParentActivityFragmentPresenterSupport

thefex commented 8 years ago

cc @martijn00 fixed in branch https://github.com/thefex/MvvmCross/tree/FragmentPresenterMultiParent

Pull Request in MvvmCross Core repository: https://github.com/MvvmCross/MvvmCross/pull/1287

@martijn00 Martijn there are no changes needed in your AndroidSupport Pull Request. Test if it's all ok (i've tested and everything seems allright) and merge my Pull Request in MvvmCross, wait for new MvvmCross nuget and merge your AndroidSupport pull request.

thefex commented 8 years ago

Merged, closing issue.