selfconference / selfconf-android

Android app for Self.conference
https://play.google.com/store/apps/details?id=org.selfconference.android
0 stars 0 forks source link

Explore Model-View-Presenter architecture #7

Closed macklinu closed 8 years ago

macklinu commented 8 years ago

It would be nice to convert screens to use MVP architecture to make unit testing easier. This might also remove the dependency on Robolectric.

Example: https://github.com/googlecodelabs/android-testing

macklinu commented 8 years ago

I don't think this will be as important for 2.0. A lot of logic has been broken out into classes that are more easily testable. Closing for now.