AkshayAshokCode / NotePad

A simple notepad app, built with Kotlin using Room DB, Coroutines, Dagger Hilt, LiveData, Canvas, and following Model-View-ViewModel (MVVM) with clean architecture & it’s designed using jetpack compose.
11 stars 1 forks source link

Multi-feature: Notes, Todo (with reminder) #39

Open AkshayAshokCode opened 2 years ago

AkshayAshokCode commented 2 years ago

on click of add button, do a explode animation to present other features as a floating button above the add button.

AkshayAshokCode commented 2 years ago

Also, add StrikeThrough when users complete a task