You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sample app in Kotlin, using Uncle Bob's clean architecture + MVVM + Android Architecture Components +DataBinding + RxKotlin, Dagger android, Retrofit, following SOLID principles and common design patterns. Check out this https://github.com/ChuliangYang/MaterialTabPage for MVP and regular MVVM version
A project in Kotlin in which I added to a duck simulation program using many software design patterns for my graduate-level software engineering class.
Cliente Android escrito en Kotlin y utilizando CLEAN arquitecture + MVVM. La app consume distintos endpoints de forma asíncrona de la API de TheMovieDB, para mostrarlos en distintas vistas. Además hace uso the room para persistir los datos.