Fragments in Android have had a weird history. When I started Android developing in 2015, the way to add a fragment was to use the…
Ever tried making an infinite scroll list that loads data from a network API? You know, like you see on social media feeds like Facebook…
Goal Replace manual handling of callbacks and potential memory leak sources with Lifecycle-Aware Components. Problem An Activity or Fragment may include callbacks such as network…
So I’ve just been to Droidcon 2019 and it was full of some amazing talks. Among them was the Jetpack Compose talk by Łukasz Wasylkowski…