08 2013 档案
摘要:重新想象 Windows 8 Store Apps 之 绑定: 通过 MVVM 模式实现数据的添加、删除、修改和查询
阅读全文
摘要:重新想象 Windows 8 Store Apps 之 绑定: 通过实现 ISupportIncrementalLoading 接口,为 ListViewBase 的增量加载提供数据
阅读全文
摘要:重新想象 Windows 8 Store Apps 之 绑定: 与 ObservableCollection 绑定, 与 CollectionViewSource 绑定, 与 VirtualizedFilesVector 绑定, 对 VirtualizedItemsVector 绑定
阅读全文
摘要:重新想象 Windows 8 Store Apps 之 绑定: 与 Element 绑定, 与 Model 绑定, 与 Indexer 绑定, 对 Style 中的 Setter 进行绑定(绑定静态资源), Binding 的一个扩展标记 RelativeSource 的应用, 绑定中的数据转换
阅读全文
摘要:重新想象 Windows 8 Store Apps 之 涂鸦板: 通过 Pointer 相关事件实现一个具有基本功能的涂鸦板; 通过 InkManager 实现一个功能完善的涂鸦板
阅读全文
摘要:重新想象 Windows 8 Store Apps 之 手势: 监测边缘手势, 手势操作 - Manipulate 的应用(位移手势,缩放手势,旋转手势), 手势识别 - GestureRecognizer 的应用
阅读全文
摘要:重新想象 Windows 8 Store Apps 之 输入: 输入设备的相关信息; SIP(Soft Input Panel)的应用; Tab 键导航; Pointer - 指针,鼠标; Tap - 触摸; Drag 和 Drop
阅读全文
摘要:重新想象 Windows 8 Store Apps 之 多线程操作的其他辅助类: SpinWait - 自旋等待; SpinLock - 自旋锁; volatile - 必在内存; SynchronizationContext - 在指定的线程上同步数据; CoreDispatcher - 调度器,用于线程同步; ThreadLocal - 用于保存每个线程自己的数据; ThreadStaticAttribute - 所指定的静态变量对每个线程都是唯一的
阅读全文
摘要:重新想象 Windows 8 Store Apps 之 线程同步: Semaphore - 信号量, CountdownEvent - 通过信号数量实现线程同步, Barrier - 屏障, ManualResetEvent - 手动红绿灯, AutoResetEvent - 自动红绿灯
阅读全文