Android view binding vs data binding
1. Overview In this article, we will learn the differences between Android view binding vs data binding. 2. Android view binding vs data binding 2.1.… Read More »Android view binding vs data binding
1. Overview In this article, we will learn the differences between Android view binding vs data binding. 2. Android view binding vs data binding 2.1.… Read More »Android view binding vs data binding
1. Overview In this article, we will learn about the @Bindable annotation in Android. We should apply the Bindable annotation to any getter accessor method… Read More »@Bindable android
1. Overview In this article, we will learn the differences between uses-permission-sdk-23 vs uses-permission. To learn more about other Android topics, refer to these articles.… Read More »uses-permission-sdk-23 vs uses-permission
1. Overview In this article, we will learn to show Toast in Jetpack compose. A toast is a message displayed on the screen as a small… Read More »Toast in Jetpack compose
1. Overview In this article, we will learn to get the context in the Jetpack Compose. To learn more about other Jetpack compose features, refer… Read More »Get context in Jetpack compose