How to create application specific folder in android gallery?

Viewed 24885

I'm building android application "XYZ" in which users will be storing media such as images and videos. Therefore, I would like to create a folder in android gallery named "XYZ" and store all the media specific to the application in "XYZ". How do I achieve it?

Currently, I'm able to store the media on sdcard and on scanning the media files, they show up in "images" folder, in android gallery.

3 Answers
Related