ch4vi - Overview
I'm an Android and Kotlin developer, with a growing fondness for Swift. I dabble in Arduino, 3D printing and moddelling.
- Waterford
- https://conjugation.ch4vi.com/
Pinned Loading
-
Sample project using MarvelApi that loads a list of characters and a screen with additional details.
Kotlin 1
-
Android app to control "On Air" style banner
Kotlin
-
2
fun <T, R> LiveData<T>.then(callback: (T) -> LiveData<R>): LiveData<R> {
3
return Transformations.switchMap(this, {