Presented my talk about drawing and animations in Compose Desktop and Android for Android Makers by droidcon 2023 in Paris. Met some lovely people at the office hours and helped some people with their apps in the app clinic session
My blog post of sketch notes on Kotlin flows is available.
Read More
07 Apr, 2022
07 Apr, 2022
Spoke at a conference
Wow my first in real life conference in two years with DevConf 2022 Presenting on Jetpack Compose and how it interoperates with an existing open source Android app. More info and slides at my blog
Read More
18 Mar, 2022
18 Mar, 2022
Became a Google Developer Expert
I am beyond excited to be accepted as an Android #GDE 🎈 🎈 🎈
Twitch stream in which I manage to jimmy the ToDoCard compose view I created into the recycler view. I needed to convert the Realm object into a data object which the compose view can use. It's ugly but he data comes through at least.
Read More
28 Feb, 2022
28 Feb, 2022
Presented at a user group
A speedrun through Compose animation with demos on mobile and desktop for JoziJUG.
Read More
28 Feb, 2022
28 Feb, 2022
Compiled a list
A list of my favourite Jetpack Compose resources. There is something for everyone, code, articles, codelabs, video playlist twitch channels. I'll add more as I find interesting things.
Read More
24 Feb, 2022
24 Feb, 2022
Spoke on a panel
Panel discussion on deep dive into compose with Nick Rout, Ahmed Tikiwa and Thomas Künneth
The Tuesday Jetpack Compose stream: the about screen is working with the custom themes. I find the task item and start converting it to compose. It lives in a recycler view but there is a way to use compose views in a recycler view.