You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No preference, just adding that Android Studio sees "setm" and the sample MainActivity.java shows "set".
Somewhere I followed the doc that includes:
compile 'com.github.traex.calendarlistview:library:1.2.2'
so that breaks setmController / setController, omits the abstract class for date range, and app:attributes didn't work.
When I noticed the version change, I updated to calendarview 1.2.3, Android Studio wouldn't build. The new requirement is CompileSDK version 21 (I was at 19 because when 21 came out attempting to use it broke existing AS projects). This fixes the setm..., abstract class and app:attributes issues.
This may just be a personal preference, but I think the method setmController should be renamed to remove the "m".
The text was updated successfully, but these errors were encountered: