CompositionLocal in Jetpack Compose
Nov 15 2022 · Article (25 mins)
Learn about CompositionLocal in Jetpack Compose and implement an efficient way for multiple composables to ac...
more
CompositionLocal in Jetpack Compose
Learn about CompositionLocal in Jetpack Compose and implement an efficient way for multiple composables to access data.
Android & Kotlin
Managing State in Jetpack Compose
Apr 11 2022 · Article (30 mins)
Learn the differences between stateless and stateful composables and how state hoisting can help make your co...
more
Managing State in Jetpack Compose
Learn the differences between stateless and stateful composables and how state hoisting can help make your composables more reusable.
Android & Kotlin
Advanced Data Binding in Android: Binding Adapters
Dec 6 2021 · Article (25 mins)
In this advanced data binding tutorial, you’ll learn how you can interact directly with the components in you...
more
Advanced Data Binding in Android: Binding Adapters
In this advanced data binding tutorial, you’ll learn how you can interact directly with the components in your layouts, assign a value and handle events dispatched by the views using binding adapters.
Android & Kotlin
Realm Database on Android: Getting Started
Sep 14 2021 · Article (30 mins)
Learn how to use Realm database on Android for data persistence. You’ll learn how to add it to your android a...
more
Realm Database on Android: Getting Started
Learn how to use Realm database on Android for data persistence. You’ll learn how to add it to your android app and utilize its features.