Add "New Folder" to the "Add" bottom navigation menu. When tapped, display a DialogFragment that lets users name the Folder, then confirm or cancel the creation.
Folder should be created based on where the user is currently located. For example, if the user's in the base directory the new folder's parentFolderId would be null. If the user is in their "LaunchPad" folder, the new folder's parentFolderId should point to the "LaunchPad" folder.
Add "New Folder" to the "Add" bottom navigation menu. When tapped, display a DialogFragment that lets users name the Folder, then confirm or cancel the creation.
Folder should be created based on where the user is currently located. For example, if the user's in the base directory the new folder's parentFolderId would be null. If the user is in their "LaunchPad" folder, the new folder's parentFolderId should point to the "LaunchPad" folder.