Projects Alarmio Docs AlarmsAdapter

AlarmsAdapter

Type: class

View adapter for the "alarms" list; displays all timers and alarms currently stored in the application.

getTimer

Type: private fun

Returns the timer that should be bound to the specified position in the list - null if there is no timer to be bound.

getAlarm

Type: private fun

Returns the alarm that should be bound to the specified position in the list - null if there is no alarm to be bound.

TimerViewHolder

Type: class

ViewHolder for timer items.

AlarmViewHolder

Type: class

ViewHolder for alarm items.