Skip to content

kotlin extension & modify ignore file#524

Open
Stanllley wants to merge 7 commits intohuanghaibin-dev:masterfrom
Stanllley:master
Open

kotlin extension & modify ignore file#524
Stanllley wants to merge 7 commits intohuanghaibin-dev:masterfrom
Stanllley:master

Conversation

@Stanllley
Copy link
Contributor

when use kotlin , we can do like this

example:
val calendarView = findCalendarView(this,R.id.calendarView){

        //do something...
        maxMultiSelectSize = 1
        setSelectSingleMode()
        setOnMonthChangeListener { year, month ->
            Toast.makeText(this@KotlinTestActivity, "$year : $month",Toast.LENGTH_SHORT).show()
        }
        ......

}
val singleSelectMode = calendarView.isSingleSelectMode

@Stanllley Stanllley mentioned this pull request Aug 14, 2019
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.

1 participant