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

Add text on the main screen when no notes are present #3

Closed AkshayAshokCode closed 3 years ago

AkshayAshokCode commented 3 years ago

Add text on the main screen when there are zero notes are available because the screen looks empty. "Add your note" with an arrow pointing towards the "Add" icon

AkshayAshokCode commented 3 years ago

Pointing arrow doesn't look good on UI.