I trying develop a custom map application. I\'m using MultiScaleTileSource class and I want to cache data in the local Isolated Storage.
This application does not show the saved files after it is being saved in开发者_JAVA技巧 the list of save files. It has to be re-run every time you\'ve added a file.
How to开发者_如何转开发 read each individual inputted text on their respective text block? When i activate the reading codes, they read the 2 text in 1 text block.
How do i get the FileName and FileText1 from the other page? The codes on the Viewing Text Page says that the FileName and FileText1 doesn\'t exist in the current context.
Below are the codes to allow the user to read a File. How to allow the user to select only 1 file to read?
I am having a serious mental block here and am in departate need for some help. I am using the Windows Phone Databound Applicati开发者_开发百科on as the starting point of my project and am reasonably
Is it possible to dynamically embed a third-party Silverlight app开发者_JAVA百科 in your own SL app? If so, would the former have access to the latter\'s isolated storage? Or would it have its own iso
I have a scenario that I need some good solid advice on. The question is really about speed of WriteableBitmap vs. images in IsolatedStorage on the Windows Phone.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I am trying to retrieve multiple images and text through data binding, but I only manage to retrieve only the first text in isolated storage(code below).