Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 413 Bytes

File metadata and controls

9 lines (5 loc) · 413 Bytes

Categories

Your app should have the functionality to add a category to your note. You can do this by passing in a string when you create a note.

You should have a way for the user to pick from predefined categories and identify their note as one of them.

You can do this however you'd like, however you may want to look into a Spinner.