[Kotlin] 안드로이드 알람 매니저 알람설정


[Kotlin] 안드로이드 알람 매니저 알람설정

알람을 설정하기전 Calendar 클래스를 이용해 알람시간을 정합니다. var calendar = Calendar.getInstance() calendar.set(Calendar.YEAR, 2020) calendar.set(Calendar.MONTH, 3) calendar.set(Calendar.DAY_OF_M..

[Kotlin] 안드로이드 알람 매니저 알람설정에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : [Kotlin] 안드로이드 알람 매니저 알람설정