VideoView Add a multiple videos and play
问题 Lets pretend that a 5 videos in sdcard or internal storage. now I already get the file path, my problem is how can i insert a multiple videos in VIDEO VIEW ? The next or previous button is not functioning here is my code public void getFile() { urls = getIntent().getStringArrayListExtra("url_videoAll"); keys = getIntent().getStringArrayListExtra("key_videoAll"); for(int i = 0; i<urls.size();i++) { String FileName = URLUtil.guessFileName(urls.get(0), null, MimeTypeMap.getFileExtensionFromUrl