This tutorial introduces developers to the Pivot platform. It is designed as a step-by-step guide that explains how to get started using a number of common Pivot features, beginning with a detailed introduction to the platform and the compulsory first programming exercise, "Hello World", written in Pivot.
Readers who want a quicker introduction to the platform may prefer to jump directly to the final section, which walks through the implementation of a simple but practical sample application called "Stock Tracker". Stock Tracker demonstrates a number of key features used by many "real world" applications, including UI markup, event handling, web queries, data binding, and localization, among others. Readers may also find it helpful to review the BXML Primer section, which provides a detailed description of Pivot's markup language, before browsing the tutorials themsevles.
Tree Views
File Browsing
Windows
Clipboard
Drag and Drop
Effects
Transitions
Data Binding
Property Binding
Localization
Background Tasks
Web Queries
QueryServlet
Scripting
Summary
实用样例(A Practical Example)
The "Stock Tracker" Application
UI Markup Using BXML
Event Handling
Web Queries
Data Binding
Localization
补充阅读(Further Reading)