I am Working on Video Player Project. I want it to Scan my SD Card for all FLV file format & display video's in List View.
I am using this Tutorial LINK
I am Working on Video Player Project. I want it to Scan my SD Card for all FLV file format & display video's in List View.
I am using this Tutorial LINK
Edit: I tought that the question was about plv playing, my bad. It is about getting a list of the *.flv files on the SD. What about MediaStore.Files
(assuming that MediaStore.Video
won't catch .flv files)?
Old Answer:
FLV is not among the Android supported formats, although some manufqacturer may have extended their version of Android to include it.
I would suggest to take a look to Vitamio, A replacement of the Android MediaPayer
with support for more formats.