Kotlin Synthetic Binding || A new way to bind UI components

  Kotlin Synthetic Binding : Kotlin synthetic binding makes it much simpler and easier to bind views in your code. It has a easy to implement interface and is supported in Kotlin. We declare id for the components and the id is the only aspect we make use in the synthetic binding we previously seen … Read more

Android Databinding Library || java || jet pack

  Android dataBinding : Android databinding, Jetpack provides new data binding mechanisms using which a user can bind UI components in layouts to data sources directly. Databinding also avoids boiler plate code in handling the UI components.Also binding helps you to avoid UI framework calls in activity there by making app performance much better. Also … Read more

Android ButterKnife Tutorial || Data Binding

  Android ButterKnife : An easier and simple way to bind UI components in the android screens to the code is explained with the help of butterknife android i.e., butterknife tutorial. Butter Knife is one of the type of view injection’s available in the coding terminology which uses annotation processing. Let’s get started to our … Read more

Show Buttons
Hide Buttons