Krupen / AutoplayVideos

Android library to auto-play/pause videos from url in recyclerview.
Apache License 2.0
996 stars 147 forks source link

How To Get Downloaded Filenames In Videos Adapter #75

Open dude-x92 opened 6 years ago

dude-x92 commented 6 years ago

I have button in single card view to share video. So I need to get a URI to upload a file, but after files are downloaded the are renamed. How to get that new name, or make it keep original filenames ?

p.s sorry for my bad english

Krupen commented 6 years ago

The code to download and save file is here. You should be able to get the file path by calling AAH_Utils.getString(getApplicationContext(),<<requestURL>>);