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.
Posts Tagged → Android App Development
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.
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 the Android 11 Developer Preview: Permission Changes
That time of the year has come, a new Android version is on the horizon! As announced in a blog post earlier this week, the first developer preview of Android 11 is now available – along with details on some of the changes that are happening. With this announcement come some changes to how the… Continue reading
Exploring Android Jetpack: Preferences
Settings screens provide a way for our users to configure our application for the way in which they want it to look, feel and behave. As well as this, it’s also a great place for us to provide links to external information such as privacy policies, open-source licences and more. Whilst we can build these… Continue reading
Exploring Firebase UI on Android: Authentication
Firebase UI provides us with a collection of utilities that make it easier to implement common UI components within applications. Firebase authentication provides us a way for our users to validate their identity, without the need to implement all of the back-end work ourselves. hen compared to interacting with the authentication APIs directly, Firebase Authentication… Continue reading
Digging into failed redirects within Android Webviews
Header Photo by The Nigmatic on Unsplash Discovering the issue It was the 14th December and we were winding down ready for the Christmas break. Our code freeze had kicked in several days previously and we had shipped an update at that time to get a couple of priority bug fixes before the holidays. We… Continue reading