Hi!!
I'm working on an app that,
• Shows the images and videos from a folder on device in a recycler view
• Help you copy those files into another folder
• Provide you options to send/share it
Since I'm a beginner/self taught dev. I don't know what should I search for in android doc or YouTube tutorials.
What I know so far:
• For 3rd point/share I can use intent to perform call for share through various apps on device.
• I'll need to take care of permissions at the start, how that I don't know clearly yet. I'm checking few tutorials.
Please share some keywords or methods I should check in android doc or YouTube
For
Showing, copying and sharing files .
Thank you :)