ch4vi - Overview

View ch4vi's full-sized avatar

Xavi Anyó ch4vi

I'm an Android and Kotlin developer, with a growing fondness for Swift. I dabble in Arduino, 3D printing and moddelling.

Block or report ch4vi

Pinned Loading

  1. Sample project using MarvelApi that loads a list of characters and a screen with additional details.

    Kotlin 1

  2. An Android Layout Manager to create a gridview with cells of different sizes inspired by Flow Layout for iOS.

    Kotlin 100 11

  3. Android app to control "On Air" style banner

    Kotlin

  4. 2

    fun <T, R> LiveData<T>.then(callback: (T) -> LiveData<R>): LiveData<R> {

    3

      return Transformations.switchMap(this, {