Windows Phone 7.1: How to add/delete items from LongListSelector control? I am using a LongListSelector control from \'Windows Phone Toolkit\'. The control is data bound to a ViewModel inherited from
I have video file located in my application isolated storage and would like to play it from html using video tag. Video player runs and then hangs on \"loading..\". Can someone manage to get video pla
I was trying to look for a way to add appointments/tasks to the Windows Phone Calendar via the Microsoft.Phone.UserData. Does anyone kn开发者_JAVA百科ow if this is even possible in the new Mango relea
I am having a bit of an issue in using WebClient on Windows Phone 7. I am currently trying to use it by downloading a file into a string so that I can parse the string using JSON.NET. Unfortunately, I
I\'m writing an app for Windows Phone 7/Silverlight. When the app is either tombstoned and reactivated while on the app page containing the WebBrowser control (I\'ve saved the Uri in app state) or tha
i used the solution from Setting focus to a PanoramaItem and i managed to get the result - when a button is click, it jumps to a panorama item/page. However the transition is just a disappear/appear,
I\'m using the JavaScript event onorientationchange and the parameter window.orientation to detect orientation changes and orientation values on my website. This works well with an iPhone and an Andro
Is开发者_运维问答 it still a best practice to use the LowProfileImageLoader in Mango?I would recommend you read this article, and judge yourself: Off-thread decoding of images on Mango, how it impacts
I\'ve seen a tutorial about how to play local files using a background agent in WP7 Mango but i开发者_高级运维t specifically states that the tutorial is related to local files:
Before I begin, I\'m no SL or WPF master, so I need some guidance.What I have is a List<CustomObject> .I then have a view that I can bind a \"CustomObject\" to and have all the data displayed.No