How to read a file from internal storage or external storage and store the file in a arrayList in android
问题 My requirement is the end-user must be able to upload files into the application from internal or external storage and finally display the name of the file in the page. Actual result: Now I've fetched the file name from the storage and displayed the name in my page. Expected Result: The end user must be able to load image or video files from external or internal storage to the application and finally display their name in the page. But don't have any idea about how to load read the file from