Contents |
An application can show the media available on phone. File Dialog (MGFetch API) allows you to have a selection dialog that you can show to the user, the content shown in the dialog is the files in the media gallery. It shows the list of images & other media files available on device with their thumbnails, from which user can select one or more files.
User can also specify whether all file or a specific type of files to be shown in a list. User can also specify how many files allow to be selected at a time. (Single or Multiples).
MgFetch::RunL will fetch media files in C:\Data and E:\Data paths inherently.There is no need to mention the path anywhere.
Following is the example of Image selection dialog. It showing thumbnail of image on left most size, Image name, size of image, and location of image whether image is stored on phone memory or memory card.
Following is the example of video selection dialog. It showing thumbnail of video on left most size, video file name, size of video file, and location of video whether it is stored on phone memory or memory card.
No related wiki articles found