PinnedMotion Layout: Creating Simple Recycler View AnimationIn this tutorial, our goal is to create this project I’ve made recently:Mar 3, 20217Mar 3, 20217
Jetpack Compose Interoperability: XML + Jetpack Compose for AdMob ImplementationSo you wanted to create an app using Jetpack Compose with AdMob. What’s the easiest way?Jul 28, 2021Jul 28, 2021
Creating Simple Weather App UI using Jetpack ComposeWhat we want to achieve in this tutorial:Apr 29, 2021Apr 29, 2021
Jetpack Compose: Week 3 #AndroidDevChallenge — Part 1: Setting up ThemesNote: The assets and design specs can be found here: https://github.com/android/android-dev-challenge-compose/blob/assets/Bloom.zipMar 30, 2021Mar 30, 2021
Jetpack Compose Tips: Load an image from URL using Coil — fast and easyStep 1. Implement dependencyFeb 27, 20211Feb 27, 20211
Jetpack Compose: Custom List? Such ez, much wow.Populating a list with a custom format is quite tiring when we do it the usual way in Android.Jan 31, 2021Jan 31, 2021
Threads — SimplifiedAn application can have multiple threads, but the most important thread is the UI Thread / the main thread which is created when an…Jan 9, 2021Jan 9, 2021
Kotlin: InterfaceAn interface is like an abstract class, the difference is that an interface cannot store state.Jan 3, 2021Jan 3, 2021