-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use in JAVA #7
Comments
no, it can be implemented in java codes too. I used this library for one of my project with java , android |
Hi i am also using java but in the bindDataToCalenderView method when using the holder.itemView doesn't find any view to set the text. Can you please help me |
try like this |
@MriDx Not getting the object itemView from calendarViewHolder How can you able to get that? |
Will you plz explain it how you done it ? |
What problem are you facing ? |
Same unable to get ItemView in java code implemented sdk of it
Same unable to get ItemView in java code implemented sdk of it |
@MamtaSiddhi |
Tried but not get it calendarViewHolder.getItemDetails getting this not View |
View itemView = calendarViewHolder.itemView; itemView.findViewById(R.id.viewId).setText("hello world"); access it like this |
Sorry but it returns getItemDetails() no matter how you accept the data. The itemView object is never returned. How do you handle the getItemDetails to receive at least the Id of the Views in it? |
Is there any way to use this library in the JAVA project or I need to use strictly Koitlin for this?
The text was updated successfully, but these errors were encountered: