I have a TextView which has a hardcoded string and I have a dynamic variable that I want to put at the end of this string. This is my...
Gets following warning when building the project DSL element 'android.dataBinding.enabled' is obsolete and has been replaced with 'android.buildFeatures.dataBinding'. I am using Android Studio Canary 6 8 Answers 8
I’m trying to follow data-binding example from official google doc https://developer.android.com/tools/data-binding/guide.html except that I’m trying to apply data-biding to a fragment, not an activity. the error I’m currently getting...