Stuck in Kotlin coding to do the Calendar page with a Kalendar library in Android Studio #102
caratofficial
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to do the calendar page in Kotlin which I imported library from @hi-manshu. I want to do the calendar page in Month view. So, I use firey (from the document https://github.com/hi-manshu/Kalendar/blob/main/docs/Kalendar.md) to set it. I also want to do the other stuffs from the document such as Calendar header, Setting up Events, change Calendar color, etc. But I have no ideas how to do. where I am right now:
`package com.example.calendar
import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import com.himanshoe.kalendar.model.KalendarType
class MainActivity : AppCompatActivity() {
Beta Was this translation helpful? Give feedback.
All reactions