android / architecture-samples

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Apache License 2.0
44.5k stars 11.65k forks source link

[todo-mvp-rxjava] Add/Edit view knows too much #171

Closed JoseAlcerreca closed 8 years ago

JoseAlcerreca commented 8 years ago

https://github.com/googlesamples/android-architecture/blob/todo-mvp-rxjava/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp/addedittask/AddEditTaskFragment.java#L87

We moved this logic to the presenter in the rest of the branches.

florina-muntenescu commented 8 years ago

PR here: https://github.com/googlesamples/android-architecture/pull/172