Media Viewer is a Windows Phone example application implemented with
Silverlight. The application is ported from the FileList Qt Quick example.
Media Viewer enables the user to explore a list of pictures and music files
stored on their device. It’s also possible to preview an image, play a music
file, and check the details of the selected file on a separate page.
Media Viewer example
Media Viewer is a Windows Phone example application implemented with Silverlight. The application is ported from the FileList Qt Quick example.
Media Viewer enables the user to explore a list of pictures and music files stored on their device. It’s also possible to preview an image, play a music file, and check the details of the selected file on a separate page.
This example application is hosted in GitHub: https://github.com/Microsoft/media-viewer
For more information on porting, visit the wiki page: https://github.com/Microsoft/media-viewer/wiki
This project is compatible with Windows Phone 7 and Windows Phone 8.
MediaViewer.slnFolders:
Pages: Contains pages.xamlandxaml.csfiles.ViewModels: Contains model classes for views.Converters: Contains value converter classes.Important files/classes:
App.xamlMainPage.xamlPicturePreviewPage.xamlSongDetailsPage.xamlCategoryDetailsModel.csPicturesCategoryModel.csMusicCategoryModel.csPicturesPreviewModel.sc