A Nepali Calendar used to manage nepali dates and also convert AD dates to nepali.
The Nepali Calendar can be installed directly into your application by importing sdk artifacts via Gradle.
Add the following code to your project's build.gradle file:
repositories {
mavenCentral()
}
And the following code to your module's build.gradle
file:
dependencies {
implementation "io.github.sapkotamadhusudan:np-calendar-core:<latest-version>"
implementation "io.github.sapkotamadhusudan:np-calendar-ui:<latest-version>"
}
Found a bug? feel free to fix it and send a pull request or open an issue.
CalendarView is distributed under the MIT license. See LICENSE for details.