for example, I've toyed with the idea of having an...
# android
m
for example, I've toyed with the idea of having an activity implement my MVP view, and have all the view methods actually have a runOnUiThread expression body, so my presenters and business logic are completely agnostic of Android UI thread shenanigans and can call back on the view however they want, safely