I am trying to find a way to generate a list of videos that are found on the Blackberry SD card. I recently did an Android app that did this using the MediaStore API; however, that obviously isn't available on the Blackberry. In that application, it searched through the phone for supported video files and added the name of the files in a list.
From my understanding (could be wrong), Android devices keeps a number of databases and this list was generated by querying these databases. Is there a way I can accomplish the same output on the Blackberry? I have searched around for some time now and have yet to find anything of relevance. Any help will be appreciated.