{"id":18369492,"url":"https://github.com/afreakyelf/androidhorizontalcalendar","last_synced_at":"2025-04-06T17:32:07.050Z","repository":{"id":47120247,"uuid":"210164617","full_name":"afreakyelf/AndroidHorizontalCalendar","owner":"afreakyelf","description":"A simple Horizontal Calendar library for android with multiple customization options.","archived":false,"fork":false,"pushed_at":"2020-08-25T16:38:47.000Z","size":307,"stargazers_count":15,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T04:03:39.749Z","etag":null,"topics":["android","android-application","android-horizonal-calendar","android-library","android-studio","calendar","horizontal-calendar","horizontal-calendar-library","sdk-android"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afreakyelf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.me/afreakyelf"}},"created_at":"2019-09-22T14:53:55.000Z","updated_at":"2024-12-09T07:10:14.000Z","dependencies_parsed_at":"2022-09-25T00:03:12.357Z","dependency_job_id":null,"html_url":"https://github.com/afreakyelf/AndroidHorizontalCalendar","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afreakyelf%2FAndroidHorizontalCalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afreakyelf%2FAndroidHorizontalCalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afreakyelf%2FAndroidHorizontalCalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afreakyelf%2FAndroidHorizontalCalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afreakyelf","download_url":"https://codeload.github.com/afreakyelf/AndroidHorizontalCalendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247522541,"owners_count":20952573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-application","android-horizonal-calendar","android-library","android-studio","calendar","horizontal-calendar","horizontal-calendar-library","sdk-android"],"created_at":"2024-11-05T23:29:37.197Z","updated_at":"2025-04-06T17:32:06.295Z","avatar_url":"https://github.com/afreakyelf.png","language":"Kotlin","funding_links":["https://www.paypal.me/afreakyelf"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAndroid Horizontal Calendar Library\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nA custom Horizontal Calendar with multiple customization options.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/afreakyelf/HorizontalCalendarLibrary/master/sample.png\" width=\"420\" height=\"800\" /\u003e\n\u003c/p\u003e\n\n[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/Apache-2.0) [![](https://jitpack.io/v/afreakyelf/AndroidHorizontalCalendar.svg)](https://jitpack.io/#afreakyelf/AndroidHorizontalCalendar)\n\n\n## How to integrate into your app?\nIntegrating the project is simple, all you need to do is follow the below steps\n\nStep 1. Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories:\n\n```java\nallprojects {\n  repositories {\n    ...\n    maven { url \"https://jitpack.io\" }\n  }\n}\n```\nStep 2. Add the dependency\n```java\ndependencies {\n    implementation 'com.github.afreakyelf:AndroidHorizontalCalendar:\u003clatest_version\u003e'\n}\n```\n\n## How to use the library?\nOkay seems like you have integrated the library in your project but **how do you use it**? Well its really easy just add the following to your xml design to show the calendar\n\n```xml\n \u003ccom.example.horizontalcalendar.HorizontalCalender\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        android:textColor=\"#863A5E\"\n        app:selectedColor=\"#000\"\n        app:strokeColor=\"@color/colorAccent\"\n        app:strokeWidth=\"4dp\"\n        app:dayView=\"true\"\n        app:showTodayIcon=\"true\"\n        app:unSelectedColor=\"#7485C9\"\n        /\u003e\n```\nthen initialize this in following way : \n```kotlin\nhorizontal_calendar.initialize(this)     // You will have to implement DateItemClickListener\n```\n\nThat's pretty much it and you're all wrapped up.\n\n## Attributes\n| Attribute | Use |\n| ----------| --- |\n| app:selectedColor | sets the Color of item you select |\n| app:unSelectedColor | sets the Color of item you didn't select |\n| app:strokeColor | Color Of the Stroke |\n| app:strokeWidth | sets the stroke width |\n| app:dayView | sets whether you want days to be shown or not |\n| app:showTodayIcon | sets icon for today |\n\n\n\n## Donations\n**This project needs you!** If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, **feel free to donate**. Your donation is highly appreciated (and I love food, Tea and beer). Thank you!\n\n**PayPal**\n\n- [**Donate 5 $**](https://www.paypal.me/afreakyelf): Thank's for creating this project, here's a Tea (or some beer) for you!\n- [**Donate 10 $**](https://www.paypal.me/afreakyelf): Wow, I am stunned. Let me take you to the movies!\n- [**Donate 15 $**](https://www.paypal.me/afreakyelf): I really appreciate your work, let's grab some lunch!\n- [**Donate 25 $**](https://www.paypal.me/afreakyelf): That's some awesome stuff you did right there, dinner is on me!\n- Or you can also [**choose what you want to donate**](https://www.paypal.me/afreakyelf), all donations are awesome!\n\n## Author\nMaintained by [Rajat Mittal](https://www.github.com/afreakyelf)\n\n## License\n```\nMIT License\n\nCopyright (c) 2019 Rajat MIttal\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafreakyelf%2Fandroidhorizontalcalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafreakyelf%2Fandroidhorizontalcalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafreakyelf%2Fandroidhorizontalcalendar/lists"}