🥘
Working on things
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/
Highlights
- Pro
Pinned Loading
-
MarvelHeroes
MarvelHeroes PublicSample project using MarvelApi that loads a list of characters and a screen with additional details.
Kotlin 1
-
FlowLayout
FlowLayout PublicAn Android Layout Manager to create a gridview with cells of different sizes inspired by Flow Layout for iOS.
-
-
Concatenate LiveData
Concatenate LiveData 12fun <T, R> LiveData<T>.then(callback: (T) -> LiveData<R>): LiveData<R> {
3return Transformations.switchMap(this, {
4result(it)
5})
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.