Model-View-Intent-Android icon indicating copy to clipboard operation
Model-View-Intent-Android copied to clipboard

A demo that shows how to apply Model-View-Intent on Android

Results 3 Model-View-Intent-Android issues
Sort by recently updated
recently updated
newest added

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.