I am working on a video editor program and am fairly new to android and java. What I would like to happen is when the user presses \"create new project\" button, a dialog pops u
Check out the getFilesDir method which will return the directory you're looking for. You'll probably want to make a subdirectory as well.