Reputation: 169
I tried to look for a question like this here but couldn't find one.
I'm trying to implement something like Google Keep's "Add Label" in my Navigation Drawer and make that category stay permanently. I think the last part can be done with SharedPreferences. It's just the first I need help with. Any ideas as to how I can implement something similar? Or any examples I can take a look at? Thanks a lot.
Upvotes: 1
Views: 173
Reputation: 989
You could use this method to add items: dynamically add items to Navigation Drawer
Now it depends in what kind of dialog you want the user to enter them.
Upvotes: 0