Kenneth Baldauf
Organizer & frequent presenter @ OC Android.
A recap of the latest updates in developer tools & Jetpack from Google I/O 2022
Taking a look at FragmenManager's new APIs that serve as the driving force behind multiple back stack support.
A look at the Widget API changes coming in Android 12
How Kotlin's sealed classes & data classes can be used to implement a ViewState pattern and how such a pattern can increase code coverage by allowing you to write simple, yet powerful JUnit tests.
A recap of the latest updates in developer tools & Jetpack from Google I/O 2021
What do you need to know about using Dagger for dependency injection on Android?
What is dependency injection? Why you should use it? What does it do behind the scenes? What options exist for Android applications?
Taking a look at Android's FragmentFactory.
A look at what the future might hold in mobile.
Taking a look at Android shared element transitions. Shared element transitions determine how views that are shared between two activities transition between the activities.
A look at the new ShapeableImageView added in version 1.2.0 of the material design library.
A look at the new features coming in Android 11
A look into Android's MotionLayout beta.
Flutter is Google's cross platform mobile application framework; let's take a look at how to interface with your camera via a Flutter app.
A look into Android's new View Binding and a comparison with its competitors.
Flutter is Google's cross platform mobile application framework; let's take a look and see at some of advanced state management techniques.
A recap of the latest Android developments from Google I/O 2019
Flutter is Google's cross platform mobile application framework; let's take a look and see what all the hype is about.
Exploration of Android's Navigation Architecture Component
An overview on how Android's app modules were used on a recent project to improve build speed and facilitate cleaner code.