Remix – Infinite Scroll Loading
A quick tutorial on how to do infinite scroll loading in Remix.
All of my long-form thoughts on programming, leadership and more, collected in chronological order.
A quick tutorial on how to do infinite scroll loading in Remix.
Cloned Android 10’s Calculator UI using Jetpack Compose, as it’s (surprisingly) one of the more complex UI structures.
I decided to test out Jetpack Compose by making a simple Twitter UI clone after I came across a tweet by Mariano Zorrilla.
The two ways we can implement Lists in Jetpack Compose.
As the Jetpack Compose library is being developed, I wanted to quickly go over the layout options we have so far. This time covering Columns and Rows.
As the Jetpack Compose library is being developed — I wanted to quickly go over the layout options we have so far. Starting with the Container layout.
A quick recipe on how to save ViewModel state across android process death.
A pretty cool feature in Kotlin is the ability to construct custom DSLs. And you need just four things in order to write them.
Arrow is a functional programming tool-kit for Kotlin. We can apply a lot of the functional programming concepts with it, as we do in other purely functional programming languages.
When building an app, most of the time what we’re doing is pretty much mapping direct/indirect actions to some UI state.
A quick intro to MotionLayouts and it’s setup.
Just a few random and (probably) useful Rx snippets in kotlin.
Gradle tasks make it real easy to automate the repetitive things we do, on a daily basis, aside from just building our APKs.
Just a few random and (probably) useful Rx snippets in kotlin.
Rx is powerful because we can compose transformations. What that means is that we can have reusable, safe and more functional code that simply plugs into your code.
Some simple boilerplates for the Android Architecture Components, for an easy start.
Just a quick intro to the Command Pattern in Kotlin. And a comparison to it’s Java counterpart.
Just a quick intro to the Strategy Pattern in Kotlin. And a comparison to it’s Java counterpart.
Just a quick intro to the Observer Pattern in Kotlin. And a small comparison to it’s Java counterpart.
If the operators could talk, how exactly would they tell us what they do?
If the operators could talk, how exactly would they tell us what they do?
An intro to Vim on Android Studio (and IntelliJ)… Because I’ve been using it exclusively for about 2–3 months now, and I think it’s awesome!
I recently wanted to dive deeper into Rx. So I experimented with Rx and the RecyclerView Adapters, and the results were pretty interesting!
Ok, so this isn’t new or anything, but I thought let’s just make a simple tutorial with the new Retrofit 2.0.
When I first started using RxAndroid, I didn’t really get it. I mean, I grasped abstract concept. But I didn’t understand where I should be using it.
As an Android developer, I wonder why most of us don’t usually write tests while developing Apps.
Behold, there is a programming language out there called Kotlin, which actually makes life easier for Java & Android developers.