I created my first sample app in Windows Phone 7. In this app I done a small image viewer application and also implemented Landscape handling too..
I just wrote few lines code for this, every thing taken care by inbuilt class.
I just wrote photoChooserTask.Show() this line to open photo chooser. It will list the photos in WP7. After selecting the photo it will send that information. So, I just set that photo to an image control
here is the XAML code:-
<phone:PhoneApplicationPage
x...
More
Day: December 15, 2010
Application Bar Icons for Windows Phone 7
Application Bar Icons for Windows Phone 7 (no need to download)
When I tried to download from Microsoft, the link is broken (here is the link http://go.microsoft.com/fwlink/?LinkId=187311) . Anyway, no need to worry about it.
These icons are installed local system as a part of the Windows Phone Developer Tools. We can find these icons on our computer after you have installed WP Dev Tools @ the following locations:
32-bit computers - C:Program FilesMicrosoft SDKsWindows Phonev7.0Icons
64-bit com...
More