First, let me say, that I\'m a noob. I\'m trying to do an app for Windows Phone 7 and the basics are working pretty well yet. But there is still a big problem with building an article list.
I have a grid with two columns and multiple rows, each cell containing a number of controls. 开发者_StackOverflowAmong these controls I have a button which should, when I press it, delete all the cont
I\'m developing a window 7 phone app and I would like that app to be able to share data with other phones running the same app. I would like the app to be able to send and recieve 开发者_运维知识库dat
I have an InkPresenter bound to a StrokeCollection in an MVVM model that I\'m using for a signature panel. Before I send the data back to the server I want to convert the StrokeCollection to PNG data,
I am creating Windows Phone 7 application. So far I\'ve got login to Facebook account and post tex开发者_运维百科t to my wall. I want now upload image to my feed/album.
When I save a variable that containing an Enum type in wp7 (C#) I receive an Exception, the meaning is that enum is a not known type so the system cannot serialize.
I have a Listbox in a PivotItem, as well as a ListBox in a Grid which is normally collapsed.Both ListBoxes have their ItemSource and SelectedItem properties bound to a view model.I put a breakpoint on
I want to have an animated panorama control background in Windows Phone application. I have an algorithm that constantly draws onto the WritableBitmap the desired image.
I have a solution containing two projects: a windows phone project and an authentication library. In the authentication library I want to reference the开发者_运维问答 phone project\'s App.xaml.cs in
Does anyone know if there is a Java client framework / API to call Windows phone push notification service?I know there is a JavaPNS project, which is s开发者_StackOverflow中文版pecific to Apple PNS.