Skip to content

Instantly share code, notes, and snippets.

@Fenscode
Last active March 12, 2019 06:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fenscode/a5cf6b4c8f2404cbdec385a0fbe2669a to your computer and use it in GitHub Desktop.
Save Fenscode/a5cf6b4c8f2404cbdec385a0fbe2669a to your computer and use it in GitHub Desktop.
This gist is just about useful links, docs, blog or resources which are very useful during the write an Application. It makes the development process much easier and fun.

Data Binding

How to Use Data Binding Library with Kotlin – A Step By Step Guide

If you want to use data binding and Kotlin, here are a few things to keep in mind:

Data binding is a support library, so it can be used with all Android platform versions all the way back to Android 2.1 (API level 7+). To use data binding, you need Android Plugin for Gradle 1.5.0-alpha1 or higher. You can see here how to update the Android Plugin for Gradle.

Reference:

MoveoApps - The blog have best explaination to implement Databinding + Kotlin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment