Remix — Infinite Scroll LoadingA quick tutorial on how to do infinite scroll loading in Remix.Dec 26, 20222Dec 26, 20222
Published inProAndroidDevJetpack Compose: Calculator UICloned Android 10’s Calculator UI using Jetpack Compose, as it’s (surprisingly) one of the more complex UI structures.May 26, 20203May 26, 20203
Published inAndroidPubJetpack Compose: Twitter UII decided to test out Jetpack Compose by making a simple Twitter UI clone after I came across this tweet by Mariano Zorrilla:Apr 25, 20202Apr 25, 20202
Published inLevel Up CodingJetpack Compose: ListsThe two ways we can implement Lists in Jetpack Compose.Apr 11, 20201Apr 11, 20201
Published inLevel Up CodingJetpack Compose: Columns and RowsA quick overview of Column & Row layout options in Jetpack Compose.Apr 8, 2020Apr 8, 2020
Published inLevel Up CodingJetpack Compose: Container LayoutAs the Jetpack Compose library is being developed — I wanted to quickly go over some the layout options we have so far. Starting with the…Apr 5, 20201Apr 5, 20201
Published inAndroidPubAndroid ViewModels: Saving State across Process DeathA quick recipe on how to save ViewModel state across android process death.Feb 8, 20206Feb 8, 20206
Published inAndroidPubQuick Recipe for creating DSLs in KotlinA pretty cool feature in Kotlin is the ability to construct custom DSLs. And you need just four things in order to write them.Nov 28, 20191Nov 28, 20191
Published inAndroidPubReal World Functional Programming with Kotlin & ArrowArrow is a functional programming tool-kit for Kotlin. We can apply a lot of the functional programming concepts using Arrow, as we…Sep 2, 20192Sep 2, 20192
Published inAndroidPubArchitecture Components: Easy Mapping of Actions and UI StateWhen building an app, mostly what we’re doing is mapping direct/indirect actions to some UI state.Aug 25, 20192Aug 25, 20192