Become a member
Sign in
Erik Browne
Erik Browne

Erik Browne

1 Following
7 Followers
  • Profile

Latest

Erik Browne
Erik Browne
Nov 25, 2017 · 4 min read

Sending Events From an MVVM View Model with Kotlin

A mechanism MVVM View Models can use to send events to a View using Kotlin lambdas

In the Model-View-View Model (MVVM) architecture, the View Model generally…

37

1 response
Erik Browne
Erik Browne
Aug 13, 2017 · 4 min read

Spek: Details on a Specification Framework

Spek is a BDD-syle specification framework written in Kotlin. It is used to specify how code should behave, and tests the code to ensure it follows the specification.

8