MarquisLP / World-Scribe

An Android app for fictional world-building
MIT License
41 stars 7 forks source link

[Feature Request] Allow users to create custom Categories #25

Open MarquisLP opened 4 years ago

MarquisLP commented 4 years ago

This is the most popular user request by a large margin, and indeed it's something that should have been included from the get-go.

Unfortunately, the way the app is structured right now makes it very difficult to implement this feature without significant changes to the whole project. Aside from the changes in file operations and business logic, the UI will also need to be reworked (the 5 category buttons on the bottom already take up all of the available space).

tostc commented 4 years ago

For the gui the bottom bar could be scrollable, or all categories must structured in a list either in a side menu or as fragment or activity.