Getting our apps ready for Jetpack Compose

This post is sponsored by Practical Jetpack Compose. Since the announcement of Jetpack Compose, followed by the developer and alpha releases of the framework, excitement has been building around getting this into our apps. With the migration to Compose, we will see huge improvements in developer productivity, application stability and maintainability, as well as other… Continue reading

Exploring Jetpack Compose: Column

This post is sponsored by Practical Jetpack Compose. The Column Composable provides us with the functionality of displaying a collection of composables in a vertically sequenced format, where each composable is displayed simultaneously one after the other. If you’re enjoying my posts on Jetpack Compose, check out some details on the book I’m writing on Compose! When… Continue reading