I have a fragment where I have MPAndroidChart and textViews. I understand that MPAndroidChart doesn't support Data Binding as indicated in here: https://github.com/PhilJay/MPAndroidChart/issues/1382
Right now I am using ButterKnife to find my views, but want to migrate to Data Binding. I was wondering since that MPAndroidChart doesn't support Data Binding, is it possible to use both Data Binding and Butterknife in the same fragment ?
Butterknife for MPAndroidChart and DataBinding for my textviews.