Daniel
Daniel
I am encountering the same issue, does everyone just have two different data models one for Retrofit and one for Room?
that's because you will already have something similar. You should already have in your build.gradle: implementation 'com.android.support:appcompat-v7:28.0.0'
Do you have the source code available? Might be able to help you
Sorry I just got to see this, I was referring to your source code. Or are you working on a private project?
You could just do a check on the on onDaySelect() function. If the selectedDay date is > today then do nothing or show an error message, otherwise do something else
I am using it in a fragment and it works fine. Could you show what yours looks like?