microsoft mobile 移動應用開發寶典----讀書筆記(17)

 1.Pocket Outlook
Microsoft Offoce Pocket Outlook“對象模型(POOM)”(負責管理設備上的“日曆”、“聯繫人”、“任務”)
Windows CE Mail API(用於處理設備上的所有電子郵件和短消息)

1)個人信息管理(Personal Information Management ,PIM)
PIM項繼承於PimItem
約會Appointment
任務Task
提醒Reminder
重複模式RecurrencePattern
聯繫人Contact
ChooseContactDialog
自定義屬性

2)消息
電子郵件EmailMessage
發送與接收
MessagingApplication.Synchronize方法
新消息的撰寫
MessagingApplication.DisplayComposeForm方法
SMS:派生自Message
存儲轉發機制store-and-forward
MessageInterceptor

2.狀態與通知
State and Notifications Broker:位於Microsoft.WindowsMobile.Status命名空間
PowerBatteryStrength監視電池電量

3.圖片
SelectPictureDialog能夠以索引方式顯示圖像
照相功能
CameraCaptureDialog

4.GPS
NMEA(National Marine Electronics Association)

5.配置
XML(Extensible Marup Language)配置子系統,無線方式(over the air,OTA)對設置進行打包部署,以編碼方式通過API進行註冊表設置
Windows Mobile SDK在線文檔:msdn2.microsoft.com/en-us/library/ms889540.aspx
1)以編碼方式對設備進行配置
2)配置文件設置的部署
MakeCab.exe命令行工具----.cpf文件
msdn2.microsoft.com/en-us/library/aa455993.aspx

6.電話
Telephony

7.Windows Mobile的早期版本
www.inthehand.com/WindowsMobile.aspx


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章