Model-View-Intent-Android
Model-View-Intent-Android copied to clipboard
A demo that shows how to apply Model-View-Intent on Android
I did a quick pass to update the code to run on Android Studio 3.5, latest Kotlin, etc. Shouldn't have changed any functionality.
I'm struggling to figure out how to correctly write tests using this architecture (specifically for the presenters). I am using Java. In my `attachView()` method of the presenter I have:...
java.lang.IllegalStateException: View ID 2131492948 for 'editSearch' not found.