5

i need to Know how to insert video to android gallery or make my own folder in gallery to shows my app photos and videos for example if i have my photo pathe like this

     File file = new File(storagePath, FileName);
     String MyPath= ""+Uri.fromFile(file);

what is the next step ?

2

0

Browse other questions tagged or ask your own question.