I am building an app which requires pictures from camera and gallery from a drop down. I want if the user selects camera option, the image gets saved in this file path -
Android/data/my_pkg_name(com.joey.imageapp)/files/user_avatars/file_name.png.
How do I create the file path and save the image there? Is internal or external storage the best place to store app-images? Thanks.