android10 / Android-CleanArchitecture-Kotlin

This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
https://fernandocejas.com/2018/05/07/architecting-android-reloaded/
4.69k stars 935 forks source link

What strategy you apply to choose right action description prefix between "render", "display" and "show" for View interfaces? #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

Thanks!

android10 commented 6 years ago

Closing since now MVVM is being used. Please check the article with all the details: https://fernandocejas.com/2018/05/07/architecting-android-reloaded/