I have a small server that contains the text file which can be that is similar to:
http://127.0.0.1:59777/smb/192.168.0.250/Files/Interstellar.mp4
http://127.0.0.1:59777/smb/192.168.0.250/Files/уаау.mp4
http://127.0.0.1:59777/smb/192.168.0.250/Files/possible.mp4
and in my program have listView
which to build a list of uses which should be built from a list in the file , and so I have 2 questions .
1) Is it possible to access the file via URL? If so then the question number 2 .
2) as soon as possible via the URL to read data from a file into an array of String []
private static String[] dataObjects = new String[]{ "Text #1",
"Text #2",
"Text #3","Text #4","Text #5" };
passer on ?