-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement the calendar tracker feature #9
Implement the calendar tracker feature #9
Conversation
i have modified Fragment2PriorityTaskRule.java and fragment_2priority_task_rule.xml .
made changes
i have added custom_edittext_background.xml to provide a custom background for the input fields in the fragment_2priority_task_rule.xml layout file. also modified the files to eliminate the errors
i tried to mitigate all the issues that you have mentioned but there is one syntax error of closing brackets. i have reviewed code multiple time but won't able to get how to fix it. i believe after fixing that the issue will get resolved. please help me into that
fixed issue ContriHUB#3
@mukul-dev please review my pr |
Seems like some resource is missing ... I think the URI resource is unable to fetch ... Did you encounter similar error? I tried many a solutions from stackoverflow but none worked..! If you solved this error do share the method.. I am trying for it too but not getting how it can be resolved! |
@mukul-dev sir previously because i have worked on issue #4 my repo also contain that part as that files have bugs so when you are checking that files showing error. to resolve this error you open your repo and change only 3 files that i have changed and make local.properties acc to your sdk location of the system. then attaching device with usb debugging on will showcase the same results as of mine. |
@mukul-dev the changes i have done to achieve this is fragment2day.java, 2day.xml in reslayout and in res values styles.xml.......just take these files of mine and then run it'll run.. |
Great work @RITIK-CHAUDHRY ! Your code is working close to expected but the main part is still missing the days marked are not yet visible on the calendar.. Implement it as if a day is marked (whether streak is alive or broken) it should bhi visible on the calendar! Additionally, the UI for showing the streak count needs to be pleasing! So you can improve that and keep it just above the calendar! |
@mukul-dev sir to mark the date we have to integrate the MaterialCalendarView library to achieve the desired functionality of highlighting the selected dates with a dark red circle. sir |
i had made all the changes that are advised to me. regarding encircling the date that is marked we have to use third party lib which i mentioned in my comment. I even tried using that library but on doing so the app is not behaving well. android devices cannot percepts that library and showing errors.
Description
Implement the calendar tracker feature
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #3
Type of change
Motivation and Context
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Screenshots (if appropriate):
Screen_Recording_20241023_164510_Easy.2.Do.mp4
Checklist:
Test Configuration: