Skip to content

Conversation

@kadubhumika
Copy link

I updated the Date Picker files according to your suggestions and requirements. Please review the code and the UI styling; if you feel any improvements are needed, kindly share your feedback.

Actually, I faced some issues running the app and using the preview system, so I created a new Android project to implement and debug the Date Picker screen. After successfully building the UI and testing it there, I integrated the working code into the main file. This approach helped me ensure the demo runs smoothly.

I have also shared a video for your reference. Please check it and let me know your thoughts. I really enjoyed working on this project and found it very educational.

If you like it, please feel free to merge the changes.

WhatsApp.Video.2025-10-22.at.14.02.04_20b43084.mp4

@kadubhumika
Copy link
Author

@developerchunk .

@developerchunk
Copy link
Owner

Hey @kadubhumika 👋

You still have multiple similar issues mentioned in the previous PR.

Here are some of them:

  • You are still using Java in the date picker (Kotlin-only libraries are required).
    • For example, your code includes: import java.time.format.DateTimeParseException; import java.time.format.TextStyle as JavaTextStyle; import java.util.Locale
  • Customization is still missing.
  • Design creativity is still missing.

Thank you so much for your contributions; we appreciate your efforts. However, to scale and maintain the library effectively, we need to follow best practices. Please review the list of issues provided in PR: #1.

Additionally, reviewing and testing the code may take some time. External factors could also lead to delays, so please be patient. We also ask that you avoid frequent comments on PRs and issues.

Thanks.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants