Skip to content

ViewBinding #21

Description

@AlexGGWP

Since the kotlinx.android.synthetic is deprecated, is it possible to use ViewBinding with this library? And more specifically how to set the item views in the calendar? In my case I have inside the CalendarViewManager initialization:

holder.itemView.tv_date_calendar_item.text = DateUtils.getDayNumber(date)
holder.itemView.tv_day_calendar_item.text = DateUtils.getDay3LettersName(date)

Is it possible to be done with ViewBinding?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions