avidraghav / MyNotes

📝 A demo todo/notes app which demonstrates the use of MVVM architecture with Test-cases, Navigation Component Library, Room Database, LiveData, Coroutines, Datastore etc.
Apache License 2.0
126 stars 26 forks source link

Adding frequency in Note #55

Closed rishujam closed 2 years ago

rishujam commented 2 years ago

Add frequency/time attribute to note. For example an exercise for 30 min (time) or Eat banana 4 (frequency).

avidraghav commented 2 years ago

This won't help the app's cause which is to demonstrate the use best practices while using MVVM architecture.