Hello there everyone!
I am creating an app where users can post notes. I would like the notes to be categorized into categories such as english, math, science, etc. How do I make a drop-down menu on two spots: the navigation bar, and the adding a new note page.
Navigation bar:
I’d like the drop down menu to have all the list of categories, and when the user clicks one, it shows all the notes that are with that category. How could I associate the two?
New note page:
I’d like the user to be able to chose which category their note best belongs in, and make sure it saves in the database. How do I create the drop-down menu and have it save in the db along with the notes information?
Sorry if this is complicated, I can’t quite understand the other tutorials.