-
Notifications
You must be signed in to change notification settings - Fork 70
Feedback #3
Comments
Thank you for your feedback!
Never thought about the problem this change solves, thanks. This breaks the actual way we handle
I agree. I'd like to do something here.
I actually think a lot about this. Did you have some other consideration in mind?
Yes, did not give it much thought so far.
Grey zone here... I'll tackle this problem with |
Agree on the comments above, and I really like the idea of an class that deals with Navigation. Since we have here tablet and phone layouts to consider here, |
AddEditTask's navigation would mean |
There's a branch that covers tablet but you are right, this sample doesn't need to! Actually, AddEditTask's navigation would start in the previous Activity, which should also have a |
Merges changes from todo-mvp and fixes UI tests
Hey, your example looks great!
I don’t have much to complain about …
Just some notes that are mostly just a matter of personal prefrences:
switchMap()
overflatMap()
when dealing with UI EventsactionProcessor
as constructor parameter into your MviViewModel. Or move it into its own .java file. This would reduce the number of lines of your ViewModel quite a bit.observeOn(mSchedulerProvider.ui())
can be moved into View Layer (like Fragment)The text was updated successfully, but these errors were encountered: