Tag: kotlin

  • Writing a GraphQL DSL in Kotlin

    Writing a GraphQL DSL in Kotlin

    Reading Time: 3 minutes Let’s explore together how we can leverage Kotlin DSL capabilities to build a simple GraphQL DSL.

  • Testing LiveData on Android

    Testing LiveData on Android

    Reading Time: 3 minutes Testing LiveData represents an interesting challenge due to the peculiarities of its technology and the way it eases development for your Android app. I’ve recently started to build an Android app to keep motivated on my journey to learn Kotlin. My most recent experience has been with Architecture Components and this…