DataBinding Pdf Link:- https://drive.google.com/open?id=1uL0xK9EktcEWOke5vqUqp-rgqpA1ARR3 DataBinding References : - https://www.youtube.com/watch?v=v4XO_y3RErI Steps for applying MVVM design pattern to Android Project 1 ) Applying the changes in build.gradle (App Level) file android { compileSdkVersion 27 defaultConfig { applicationId "com.credencys.databindingwithrecyclerview" minSdkVersion 15 targetSdkVersion 27 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles ge...