I have a simple android application which reminds me every day via scheduled local notification to drink water. For this purpose, I am using AlarmManager and BroadcastRreceiver. However, by clicking on the notification, an activity of my application starts which displays a message like "Did you drink enough water today?" and two buttons YES/NO. I have also another activity wich displays Calendar View. Depending on what I have chosen I want to mark somehow the current day in my Calendar View, if "YES" in green and if "NO" in red. So later when I run my application to be able to see in which days I drank enough water and in which not. Please check the attached picture to see what I mean.
I am not sure if this is possible with Calendar View at all but if not please advise how can I achieve it.
Thank you in advance!