For the last couple of hours I was struggling with LINQ to XML on Windows Phone 7. I simply just want to add new element to an existing XML file.
How i can implement memor开发者_Python百科y clean up in WP7? Does GC.Collect() do the trick? or need clean up manually?You don\'t need to manually clean up memory on Windows Phone. You shouldn\'t call
In my app, i开发者_C百科 need to create wp7 page unloak animation(ie sliding up the picture and unloak the device) how i can implement that in my app either with the help of xaml or with the help of C
On the iPhone, there is a standard convention for editing lists.You have the list, above that there is the Edit button and the + button.You click on the Edit button and the list changes slightly notif
Is there any way to disable the AutoSelect in the AutoCompleteBox in WP7? What happens now is that each time when I write something and it is listed in the search suggestions, the logic runs. This is
Closed. This question is off-topic. It is not currently accepting answers. 开发者_JAVA技巧 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'ve j开发者_开发问答ust started with WP 7.1. I tried the C# LocalDatabaseSample on msdn (http://msdn.microsoft.com/en-us/library/hh286405%28v=vs.92%29.aspx).
Does anyone try using Udp Unicast on Windows Phone 7.1 (RC)? I have a few questions that I like to ask you guys.
I have experienced some trouble with the Slider control on WP7. When I am dragging it, it will only drag a little bit, and then it goes back to where开发者_开发百科 it started. If I let go of the slid
I\'m having an issue with the localization in my converters. So, I tried a new project and still have problems.