We continue reviewing animations in Flutter, and today it’s turn for tweens animations. Can we use them to build a foldable widget? Read more…
Author Archives: bg0m3z
Flutter: PageView carousel
After exploring the widgets lifecycle, we launch a series of posts about Flutter animations. On this first article, we will see how to build a simple page carousel. Read more…
Flutter widgets (II): lifecycle
We continue the Flutter series exploring the widget lifecycle. Read more
Flutter widgets (I): basic concepts
We launch a series of Flutter articles writing about the famous (or infamous… ) Flutter widgets! Read more
Reflection in Kotlin
Reflection gives us the ability to inspect classes and objects at runtime. Read more
Inline methods in Kotlin
Inline functions in Kotlin were designed to optimize performance, but also offer some interesting utilities. Read more
Generics and variance in Kotlin
It’s been a while, but we’re back, and we start with an introduction to generics and variance in Kotlin. Read more
Navigation Components from Android Jetpack (ii)
In the previous post, we introduced the Jetpack Navigation Components framework. Today we are going to see how we can make the most of it! Read more
“Swift”ing from Kotlin (iii): declaring classes
In this new post from the Kotlin – Swift comparison series, we will talk about classes, the main building block in O.O.P languages. Read more
Navigation Components from Android Jetpack (i)
A new stable version of Navigation Components was recently released by Google. This framework provides powerful features for in-app navigation, so it’s worth checking it in detail. Read more