목록작업/윈도우폰7 (8)
도전2022
WP7은 다양한 센서를 제공하지만, 에뮬에서는 카메라만 지원하므로 아직은 개발하기 어렵다. 7.1 관련 소스를 보면, 예제 셈플들이 있다. Location Vibrate Accelerometer Compass Gyroscope Motion API Camera
http://msdn.microsoft.com/en-us/library/ff431810(v=VS.92).aspx How to: Get Data from the Accelerometer Sensor for Windows Phone Windows Phone June 24, 2011 This topic walks you through creating an accelerometer application that gives you a numeric display and a graphical representation of the accelerometer data. Accelerometer Overview The accelerometer measures the forces applied to the device a..
Execution Model for Windows Phone Windows Phone This is pre-release documentation for the Windows Phone OS 7.1 development platform. To provide feedback on this documentation, click here. For the Windows Phone OS 7.0 developer documentation, click here. June 24, 2011 Under the Windows Phone execution model, an application is typically put into a dormant state when the user navigates away from it..
LaunchersAndChoosers 예제 셈플에 있는 카메라 부분을 분석하자. TaskPicturePage.xaml 파일의 내용을 살펴보자. 카메라를 구동하면 작은 불럭이 움직이는 모습이 나타나고, 캡쳐하면 ChoosePhotoPage.xaml로 연동되어서 다음의 함수 부분에서 저장을 하도록 코드를 작성한다. void photoChooserTask_Completed(object sender, PhotoResult e) { Debug.WriteLine("***\t In photoChooserTask_Completed function of ChoosePhotoPage\t ***"); if (e.TaskResult == TaskResult.OK) { BitmapImage bitmap = new BitmapI..
http://msdn.microsoft.com/en-us/library/ff769543.aspx#BKMK_SaveRingtone 그래서 다음과 같이 SOURE 함수를 이용하여 리소스를 불러온다. saveRingtoneChooser.Source = new Uri("appdata:/myTone.mp3");
http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011?sort=sequential&direction=desc&term=&t=exchange%2B-and-%2Blync Events Tech·Ed Tech·Ed North America Tech·Ed North America 2011 Subscribe to this event Share103 Atlanta, GA May 16 - 19, 2011 Speakers at Tech·Ed North America 2011 Windows Phone: What’s New? Augusto Valdez, Tudor Toma Exchange & Lync, Windows Phone 200 - Intermediate WPH201 D..
Windows Phone SDK 7.1 Beta2 http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=26648 Windows Phone codenamed "Mango" Training Course http://msdn.microsoft.com/en-us/hh220612 Code Samples http://msdn.microsoft.com/en-us/library/ff431744(v=VS.92).aspx Windows Phone Development http://msdn.microsoft.com/en-us/library/ff402535(v=VS.92).aspx What's New in the Windows Phone SDK http:/..