Files
AndroidJetpack/Kalendar/README.md
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

50 lines
1.7 KiB
Markdown

### Kalendar - An Elementary Compose Calendar.
![Kalendar](art/banner.png)
This is a calendar to integrate Calendar with Custom design in your jetpack compose project.You can
also add list of events for your days.
_Made with ❤️ for Android Developers by Himanshu_
[![Kalendar](https://img.shields.io/maven-central/v/com.himanshoe/kalendar)](https://search.maven.org/artifact/com.himanshoe/kalendar)
[![Kalendar](https://img.shields.io/badge/Kotlin%20Weekly-%23286-orange)](https://mailchi.mp/kotlinweekly/kotlin-weekly-286)
[![Kalendar](https://img.shields.io/badge/Android%20Weekly-%23533-Pink)](https://androidweekly.net/issues/issue-533)
[![Github Followers](https://img.shields.io/github/followers/hi-manshu?label=Follow&style=social)](https://github.com/hi-manshu)
[![Twitter Follow](https://img.shields.io/twitter/follow/hi_man_shoe?label=Follow&style=social)](https://twitter.com/hi_man_shoe)
[![Sample App](https://img.shields.io/github/v/release/hi-manshu/Kalendar?color=7885FF&label=Sample%20App&logo=android&style=for-the-badge)](https://github.com/hi-manshu/Kalendar/releases/latest/download/kalendar-sample.apk)
## Introduction
With Compose getting the attention, it was about time to have its own Calendar. Kalendar is all
about it with the customization and design.
## Setup
To add Kalendar, add this dependency,
```gradle
dependencies {
.....
implementation("com.himanshoe:kalendar:1.2.0")
}
```
or to use Kalendar Endlos, add this dependency,
```gradle
dependencies {
.....
implementation("com.himanshoe:kalendar-endlos:1.0.2")
}
```
## Kalender gif
![Kalender gif](art/kalender.gif)
## To See More Detail Readme
- [Kalendar](docs/Kalendar.md)
- [KalendarEndlos](docs/KalendarEndlos.md)
Please drop a star if you like it ❤️