How to create a directory, and save a picture to it in Android
问题 This is a function I have written that tries to: Create a folder with the users name Save a .jpg inside of that folder The folder creation works fine, however when I try to save the pictures, they all save with the correct name, however they do not save in their intended folders. In other words, instead of having a folder containing a bunch of folders each containing one picture, I have one folder containing a bunch of empty folders, and a bunch of pictures all outside their folders (I can