Distinctive windows phone series Article Index

Source: Internet
Author: User

[Download source code]

Distinctive windows phone series Article Index

Author: webabcd

1. windows phone (1)-Hello Windows Phone

Introduction
Windows phone 7.5 (sdk 7.1)

  • Use Silverlight to develop Windows Phone applications
  • Use XNA to develop Windows Phone applications
  • Use Silverlight and XNA to develop Windows Phone applications (Integrate XNA into Silverlight)

2. windows phone (2)-Control)

Introduction
Windows phone 7.5 (sdk 7.1) Controls

  • Panorama-Panorama Control
  • Pivot Control
  • Map-bing Map control
  • WebBrowser-embedded browser control
  • Other-Other available controls

3. windows phone (3)-Application Bar (Application Bar)

Introduction
Windows phone 7.5 (sdk 7.1) app bar

  • Overview
  • Generate AppBar in XAML Mode
  • Code Generation and update AppBar
  • Attach An AppBar using Resource

4. windows phone (4)-Launcher (starter)

Introduction
A distinctive starter for windows phone 7.5 (sdk 7.1)

  • ConnectionSettingsTask-navigate to the specified system settings page
  • PhoneCallTask-Outgoing call
  • SmsComposeTask-text message
  • EmailComposeTask-send an email
  • WebBrowserTask-open the browser
  • SearchTask-open the search page
  • ShareLinkTask-share a link to a specified social network
  • ShareStatusTask-share status to the specified social network
  • MarketplaceHubTask-open the store Hub
  • MarketplaceSearchTask-search by store
  • MarketplaceDetailTask-open the details page of an App in the store.
  • MarketplaceReviewTask-evaluate the current application
  • BingMapsTask-Bing Map
  • BingMapsDirectionsTask-Bing map route
  • MediaPlayerLauncher-enable the Media Player

5. windows phone (5)-Chooser (selector)

Introduction
A distinctive selector for windows phone 7.5 (sdk 7.1)

  • AddressChooserTask-select the contact address
  • EmailAddressChooserTask-select the email address of the contact
  • PhoneNumberChooserTask-select the contact's phone number
  • SaveContactTask-Save the contact information
  • SaveEmailAddressTask-Save the email address
  • SavePhoneNumberTask-Save the phone number
  • SaveRingtoneTask-Save the ringtone
  • PhotoChooserTask-select a photo from the image library
  • CameraCaptureTask-Camera photo
  • GameInviteTask-game invitation (invite others to join my game sessions)

6. windows phone (6)-Isolated Storage (independent Storage)

Introduction
Unique independent storage for windows phone 7.5 (sdk 7.1)

  • Overview
  • Read/write Demo of independent storage
  • Quick Method for reading/writing data in the form of key/value to independent storage

7. windows phone (7)-Local Database (Local Database)

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Local Database

  • Overview
  • Demonstrate how to use "Local Database"

8. windows phone (8)-Tile (Tile)

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Tile

  • Overview
  • Demonstrate how to create, update, and delete a tile
  • Demonstrate how to update the front background of the tile as planned

9. windows phone (9)-Push Notification (Push Notification)

Introduction
Unique push notifications for windows phone 7.5 (sdk 7.1)

  • Overview
  • Push Toast notifications

10. windows phone (10)-Push Notification (Push Notification): Push Tile Notification and Push custom information

Introduction
Unique push notifications for windows phone 7.5 (sdk 7.1)

  • Push Tile notifications
  • Push custom information

11. windows phone (11)-Background Task Alarm and Reminder)

Introduction
Distinctive windows phone 7.5 (sdk 7.1) background tasks

  • Alarm-alert
  • Reminder-Reminder

12. windows phone (12)-Background Task (Background Task): PeriodicTask (Cyclic Task) and ResourceIntensiveTask (resource-intensive Task)

Introduction
Distinctive windows phone 7.5 (sdk 7.1) background tasks

  • PeriodicTask-periodic task
  • ResourceIntensiveTask-resource-intensive tasks (usually used to synchronize data between mobile phones and computers)

13. Distinctive windows phone (13)-Background Task (Background Task) and subsequent file transmission (upload and download)

Introduction
Distinctive windows phone 7.5 (sdk 7.1) background tasks

  • Background File Transfer (download)
  • Background File Transfer (upload)

14. Distinctive windows phone (14)-Media audio player and video player, integrated with the music and video center of Windows Phone

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Media

  • Audio Player
  • Video Player
  • Integrated with the music and video center of Windows Phone

15. Distinctive windows phone (15)-audio playing after Media

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Media

  • Use AudioPlayerAgent to play audio in the background

16. Distinctive windows phone (16)-Media: editing images, saving images to the album, and the context menu of images "application... "and" share... integration with the image center of Windows Phone

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Media

  • Use WriteableBitmap to edit an image and save it to the album.
  • Associated with the context menu "application..." of the image
  • Associated with the image context menu "share ..."
  • Integration with Windows Phone image Center

17. Distinctive windows phone (17)-Graphic and Animation (drawing and Animation)

Introduction
Distinctive drawing and animation for windows phone 7.5 (sdk 7.1)

  • Graphics
  • Paint Brush
  • Conversion
  • Animation
  • Easing

18. Distinctive windows phone (18)-Device acceleration sensor, digital compass Sensor

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Devices

  • Accelerometer)
  • Digital compass)

19. Unlike windows phone (19)-Device gyroscope sensor, Motion API

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Devices

  • Gyroscope Sensor
  • Motion API)

20. windows phone (20)-Device location service (GPS positioning), FM radio, microphone, vibrator

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Devices

  • Location Service (GPS positioning)
  • FM radio
  • Microphone
  • Vibrator

21. Distinctive windows phone (21)-Device camera (taking photos and recording videos)

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Devices

  • Use a camera to take a photo
  • Recording videos with a camera

22. Distinctive windows phone (22)-Device camera (hardware shutter, auto focus, real-time modification and capturing video)

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Devices

  • Hardware Shutter
  • Auto Focus, auto focus to the specified point
  • Modify captured video frames in real time

23. windows phone (23)-Device hardware status, system status, and network status

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Devices

  • Hardware status
  • System status
  • Network Status

24. windows phone (24)-Input: Enable the keyboard in XNA mode, Touch related events in UIElement, and Touch graffiti.

Introduction
Distinctive windows phone 7.5 (sdk 7.1)

  • Specifies the type of the keypad
  • Enable the keyboard in XNA mode and obtain user input information
  • Touch related events of UIElement
  • Graffiti

25. Unlike windows phone (25)-Input: capture touch operations outside of UIElement, Silverlight capture gesture operations, XNA capture gesture operations, and multi-touch

Introduction
Distinctive windows phone 7.5 (sdk 7.1)

  • Capture touch operations outside of UIElement
  • Using Silverlight to capture gestures
  • XNA-based gesture capture
  • Multi-touch

26. windows phone (26)-Contacts and Calendar)

Introduction
Distinctive windows phone 7.5 (sdk 7.1) contacts and calendars

  • Obtain contact data
  • Obtain calendar-related data

27. Distinctive windows phone (27)-Feature search scalability, program lifecycle and page lifecycle, page navigation, and system status bar

Introduction
Distinctive Features of windows phone 7.5 (sdk 7.1)

  • Search scalability
  • The life cycle of the program and the page
  • Page navigation
  • System Status Bar

28. Distinctive windows phone (28)-Feature: Mobile phone orientation, localization, application trial experience, system theme resources, encryption and decryption of local data

Introduction
Distinctive Features of windows phone 7.5 (sdk 7.1)

  • Mobile phone direction
  • Localization
  • Application Trial
  • System topic Resources
  • Encryption and decryption of local data

29. Communication between windows phone (29) and OData

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Communication

  • Communicate with OData

30. Distinctive windows phone (30)-Communication: developing a multi-user Chat Room Based on Socket TCP

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Communication

  • Instance-develop a multi-person Chat Room Based on Socket TCP

31. Distinctive windows phone (31)-Communication: developing a multi-user Chat Room Based on Socket UDP

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Communication

  • Instance-develop a multi-user Chat Room Based on Socket UDP

32. Distinctive windows phone (32)-Communication (Communication) anysource Multicast ASM (Any Source Multicast)

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Communication

  • Implement "anysource Multicast"-ASM (Any Source Multicast)

33. Distinctive windows phone (33)-Communication-Source-Specific Multicast SSM (Source Specific Multicast)

Introduction
Distinctive windows phone 7.5 (sdk 7.1) Communication

  • Implement "Source-Specific Multicast"-SSM (Source Specific Multicast)

OK
[Download source code]

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.