Posted on Leave a comment

Architectures of Android applications

update 14/05/2018

About MVVM and Kotlin in architecting-android-reloaded (github)


https://medium.com/@bvmaks/architectures-of-android-applications-244a083bf132

Forms & Controls
Model View Controller
Model View Presenter
Model View ViewModel
Model View Intent
Comparative Analysis

Continue reading Architectures of Android applications

Posted on Leave a comment

Android, mvvm, databinding, custom adapters

Custom attributes using BindingAdapters in Kotlin

https://proandroiddev.com/custom-attributes-using-bindingadapters-in-kotlin-971ef8fcc259


Modeling ViewModel States Using Kotlin’s Sealed Classes

https://engineering.udacity.com/modeling-viewmodel-states-using-kotlins-sealed-classes-a5d415ed87a7


Simplify your Android code by delegating to sealed classes (https://medium.com/halcyon-mobile/simplify-your-android-code-by-delegating-to-sealed-classes-99304c509321)