-
Notifications
You must be signed in to change notification settings - Fork 531
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
Adding Text to events #468
Comments
@FajarKhan have you tried anything ? |
@groomefyvik I have done it by like this: Code example if you have trouble to understand:
I really hope they add an event text feature soon! |
hi FajarKhan Thankyou |
Can you elaborate? I don't quite understand what you meant |
hi, sorry, Thank you very much |
You mean multiple event date selection?
This function only trigger on single event selection. I am not very sure
about multiple date selection.
On 07-Jan-2018 11:08 AM, "tommmt" <[email protected]> wrote:
hi, sorry,
you have input the SetEventText(date); in the code above onSelectDate.
my answer is how you can show different textviews by the selected dates?
example: 1.1. 2018 event this is an event text
3.2.2018 this is the 2nd event text.
how do you do this with an array or database?
have the code for the function
Thank you very much
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#468 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASh_uDkdc6Si5qYSlsmXWhMc21-_WA_uks5tIFhQgaJpZM4O8RUe>
.
|
and how you have implement the single event in the dates? |
I am able to show events with different color. Like this:
caldroidFragment.setBackgroundDrawableForDate(blue, Date);
But I also wants to add some text in date or lets say when pressing that date shows name of event in a toast message (or both). Is there anything am i missing? is this library support this?
The text was updated successfully, but these errors were encountered: