Important: The contents of this article have been deprecated with newer releases for Jetpack Compose. If you’re looking to learn about Jetpack Compose, please see the guides over at Compose Academy.
Exploring Jetpack Compose: Border
This post is sponsored by Practical Jetpack Compose. When it comes to decorating views within Jetpack Compose, some components allow the use of a Border reference to outline a given component. Currently, the use of a Border reference is not too extensive and requires minimal effort to get in place. There are currently two ways… Continue reading
Exploring Jetpack Compose: Radio Button
If you’re enjoying my posts on Jetpack Compose, check out some details on the book I’ll be writing on Compose! Important: The contents of this article have been deprecated with newer releases for Jetpack Compose. If you’re looking to learn about the Radio Button composable, please see the guides here.
Exploring Jetpack Compose: Snackbar
If you’re enjoying my posts on Jetpack Compose, check out some details on the book I’ll be writing on Compose! Important: The contents of this article have been deprecated with newer releases for Jetpack Compose. If you’re looking to learn about the Snackbar composable, please see the guides here.
Exploring jetpack Compose: Switch
If you’re enjoying my posts on Jetpack Compose, check out some details on the book I’ll be writing on Compose! Important: The contents of this article have been deprecated with newer releases for Jetpack Compose. If you’re looking to learn about the Switch composable, please see the guides here.
Exploring Jetpack Compose: TriStateCheckbox
If you’re enjoying my posts on Jetpack Compose, check out some details on the book I’ll be writing on Compose! Important: The contents of this article have been deprecated with newer releases for Jetpack Compose. If you’re looking to learn about the TriStateCheckbox composable, please see the guides here.
Exploring Jetpack Compose: Checkbox
If you’re enjoying my posts on Jetpack Compose, check out some details on the book I’ll be writing on Compose! Important: The contents of this article have been deprecated with newer releases for Jetpack Compose. If you’re looking to learn about the Checkbox composable, please see the guides here.
Building an App with Kotlin Multiplatform: Building our Authentication module
In the last post we outlined the foundations for how our kotlin multiplatform project is going to be structured. With this in mind, we’re going to start building the next part of our project – here we’ll start with the remote layer of our application. You may recall seeing how we had each API responsibility… Continue reading
Exploring Dynamic Feature Navigation on Android
Since the introduction of the Navigation Component on Android, navigating the different parts of our application has become much more pleasant to implement. We’ve been able to better decouple navigation logic from our activities and fragments, along with being able to test these paths with more ease. However, the Navigation Component has only ever allowed… Continue reading
Exploring Jetpack Compose: Floating Action Button
Important: The contents of this article have been deprecated with newer releases for Jetpack Compose. If you’re looking to learn about the Floating Action Button composable, please see the guides here.