Jetpack Compose under the hood

<p>The development of Android mobile apps is nothing new. We have been doing it since 2009, when the Android SDK was published. In the meantime, many APIs used for developing Android mobile apps were updated, but the general idea of app development remained.</p> <p>Looking at something as basic as accessing the UI elements and modifying them, we can see the constant need for improvement and change. We&rsquo;ve started with findViewById, then we transferred to Butter Knife library. After we switched from Java to Kotlin, we were introduced to Kotlin synthetics, then it went deprecated soon enough, and it was replaced by ViewBinding. In the meantime, we also received a new support library, DataBinding, that enabled us to bind our UI components to data sources from our app.</p> <p><a href="https://medium.com/@banmarkovic/jetpack-compose-under-the-hood-7bb88f08c47e"><strong>Visit Now</strong></a></p>
Tags: Under Hood