首页 > 移动平台
重新想象 Windows 8 Store Apps (51) - 输入: 涂鸦板
原文:重新想象 Windows 8 Store Apps (51) - 输入: 涂鸦板[源码下载]重新想象 Windows 8 Store Apps (51) - 输入: 涂鸦板作者:webabcd介绍重新想象 Windows 8 Store Apps 之涂鸦板通过 Pointer 相关事件实现一个...
分类:移动平台   时间:2014-03-11 10:05:15    收藏:0  评论:0  赞:0  阅读:530
重新想象 Windows 8 Store Apps (44) - 多线程之异步编程: 经典和最新的异步编程模型, IAsyncInfo 与 Task 相互转换
原文:重新想象 Windows 8 Store Apps (44) - 多线程之异步编程: 经典和最新的异步编程模型, IAsyncInfo 与 Task 相互转换[源码下载]重新想象 Windows 8 Store Apps (44) - 多线程之异步编程: 经典和最新的异步编程模型, IAsyn...
分类:移动平台   时间:2014-03-11 10:06:41    收藏:0  评论:0  赞:0  阅读:356
重新想象 Windows 8 Store Apps (46) - 多线程之线程同步: Lock, Monitor, Interlocked, Mutex, ReaderWriterLock
原文:重新想象 Windows 8 Store Apps (46) - 多线程之线程同步: Lock, Monitor, Interlocked, Mutex, ReaderWriterLock[源码下载]重新想象 Windows 8 Store Apps (46) - 多线程之线程同步: Lock...
分类:移动平台   时间:2014-03-11 10:09:15    收藏:0  评论:0  赞:0  阅读:428
重新想象 Windows 8 Store Apps (58) - 微软账号
原文:重新想象 Windows 8 Store Apps (58) - 微软账号[源码下载]重新想象 Windows 8 Store Apps (58) - 微软账号作者:webabcd介绍重新想象 Windows 8 Store Apps 之微软账号获取微软账号的用户相关的信息获取或设置微软账号的...
分类:移动平台   时间:2014-03-11 10:10:31    收藏:0  评论:0  赞:0  阅读:624
重新想象 Windows 8 Store Apps (53) - 绑定: 与 ObservableCollection CollectionViewSource VirtualizedFilesVector VirtualizedItemsVector 绑定
原文:重新想象 Windows 8 Store Apps (53) - 绑定: 与 ObservableCollection CollectionViewSource VirtualizedFilesVector VirtualizedItemsVector 绑定[源码下载]重新想象 Windows...
分类:移动平台   时间:2014-03-11 10:11:47    收藏:0  评论:0  赞:0  阅读:517
重新想象 Windows 8 Store Apps (57) - 本地化和全球化
原文:重新想象 Windows 8 Store Apps (57) - 本地化和全球化[源码下载]重新想象 Windows 8 Store Apps (57) - 本地化和全球化作者:webabcd介绍重新想象 Windows 8 Store Apps 之本地化和全球化本地化 - Demo本地化 -...
分类:移动平台   时间:2014-03-11 10:11:13    收藏:0  评论:0  赞:0  阅读:493
重新想象 Windows 8 Store Apps (43) - 多线程之任务: Task 基础, 多任务并行执行, 并行运算(Parallel)
原文:重新想象 Windows 8 Store Apps (43) - 多线程之任务: Task 基础, 多任务并行执行, 并行运算(Parallel)[源码下载]重新想象 Windows 8 Store Apps (43) - 多线程之任务: Task 基础, 多任务并行执行, 并行运算(Para...
分类:移动平台   时间:2014-03-11 10:13:04    收藏:0  评论:0  赞:0  阅读:658
重新想象 Windows 8 Store Apps (48) - 多线程之其他辅助类: SpinWait, SpinLock, Volatile, SynchronizationContext, CoreDispatcher, ThreadLocal, ThreadStaticAttribute
原文:重新想象 Windows 8 Store Apps (48) - 多线程之其他辅助类: SpinWait, SpinLock, Volatile, SynchronizationContext, CoreDispatcher, ThreadLocal, ThreadStaticAttribut...
分类:移动平台   时间:2014-03-11 10:13:43    收藏:0  评论:0  赞:0  阅读:641
重新想象 Windows 8 Store Apps (62) - 通信: Socket TCP, Socket UDP
原文:重新想象 Windows 8 Store Apps (62) - 通信: Socket TCP, Socket UDP[源码下载]重新想象 Windows 8 Store Apps (62) - 通信: Socket TCP, Socket UDP作者:webabcd介绍重新想象 Window...
分类:移动平台   时间:2014-03-11 10:16:35    收藏:0  评论:0  赞:0  阅读:541
重新想象 Windows 8 Store Apps (45) - 多线程之异步编程: IAsyncAction, IAsyncOperation, IAsyncActionWithProgress, IAsyncOperationWithProgress
原文:重新想象 Windows 8 Store Apps (45) - 多线程之异步编程: IAsyncAction, IAsyncOperation, IAsyncActionWithProgress, IAsyncOperationWithProgress[源码下载]重新想象 Windows 8...
分类:移动平台   时间:2014-03-11 10:20:00    收藏:0  评论:0  赞:0  阅读:475
重新想象 Windows 8 Store Apps (52) - 绑定: 与 Element Model Indexer Style RelativeSource 绑定, 以及绑定中的数据转换
原文:重新想象 Windows 8 Store Apps (52) - 绑定: 与 Element Model Indexer Style RelativeSource 绑定, 以及绑定中的数据转换[源码下载]重新想象 Windows 8 Store Apps (52) - 绑定: 与 Elemen...
分类:移动平台   时间:2014-03-11 10:24:23    收藏:0  评论:0  赞:0  阅读:474
移动端页面大小
## 手机端的虚拟viewport为了能让以前为pc缩写的页面在手机上也能全部显示,手机做了一个虚拟的viewport, iphone的viewport宽是980px;也就是说iPhone3的水平像素是320px, 然后它虚拟了一个980px的viewport,这个viewport就像pc屏幕一样渲...
分类:移动平台   时间:2014-03-11 10:23:48    收藏:0  评论:0  赞:0  阅读:510
Cocos2d-android (05) 渐变动画(颜色,淡入淡出。。。)
淡入淡出、颜色渐变及动作重复执行import org.cocos2d.actions.base.CCRepeatForever;import org.cocos2d.actions.interval.CCFadeIn;import org.cocos2d.actions.interval.CCFad...
分类:移动平台   时间:2014-03-11 10:27:11    收藏:0  评论:0  赞:0  阅读:329
重新想象 Windows 8 Store Apps (54) - 绑定: 增量方式加载数据
原文:重新想象 Windows 8 Store Apps (54) - 绑定: 增量方式加载数据[源码下载]重新想象 Windows 8 Store Apps (54) - 绑定: 增量方式加载数据作者:webabcd介绍重新想象 Windows 8 Store Apps 之绑定通过实现 ISupp...
分类:移动平台   时间:2014-03-11 10:31:20    收藏:0  评论:0  赞:0  阅读:505
重新想象 Windows 8 Store Apps (59) - 锁屏
原文:重新想象 Windows 8 Store Apps (59) - 锁屏[源码下载]重新想象 Windows 8 Store Apps (59) - 锁屏作者:webabcd介绍重新想象 Windows 8 Store Apps 之锁屏登录锁屏,获取当前程序的锁屏权限,从锁屏中移除发送徽章或文本...
分类:移动平台   时间:2014-03-11 10:32:36    收藏:0  评论:0  赞:0  阅读:444
重新想象 Windows 8 Store Apps (47) - 多线程之线程同步: Semaphore, CountdownEvent, Barrier, ManualResetEvent, AutoResetEvent
原文:重新想象 Windows 8 Store Apps (47) - 多线程之线程同步: Semaphore, CountdownEvent, Barrier, ManualResetEvent, AutoResetEvent[源码下载]重新想象 Windows 8 Store Apps (47)...
分类:移动平台   时间:2014-03-11 10:36:32    收藏:0  评论:0  赞:0  阅读:368
重新想象 Windows 8 Store Apps (61) - 通信: http, oauth
原文:重新想象 Windows 8 Store Apps (61) - 通信: http, oauth[源码下载]重新想象 Windows 8 Store Apps (61) - 通信: http, oauth作者:webabcd介绍重新想象 Windows 8 Store Apps 之通信Http...
分类:移动平台   时间:2014-03-11 10:38:40    收藏:0  评论:0  赞:0  阅读:530
重新想象 Windows 8 Store Apps (49) - 输入: 获取输入设备信息, 虚拟键盘, Tab 导航, Pointer, Tap, Drag, Drop
原文:重新想象 Windows 8 Store Apps (49) - 输入: 获取输入设备信息, 虚拟键盘, Tab 导航, Pointer, Tap, Drag, Drop[源码下载]重新想象 Windows 8 Store Apps (49) - 输入: 获取输入设备信息, 虚拟键盘, Tab...
分类:移动平台   时间:2014-03-11 10:39:23    收藏:0  评论:0  赞:0  阅读:508
重新想象 Windows 8 Store Apps (60) - 通信: 获取网络信息, 序列化和反序列化
原文:重新想象 Windows 8 Store Apps (60) - 通信: 获取网络信息, 序列化和反序列化[源码下载]重新想象 Windows 8 Store Apps (60) - 通信: 获取网络信息, 序列化和反序列化作者:webabcd介绍重新想象 Windows 8 Store Ap...
分类:移动平台   时间:2014-03-11 10:46:26    收藏:0  评论:0  赞:0  阅读:506
安卓破解方法交流
如何给smali文件中的unicode字符串添加中文注释   如何注释掉smali文件中包含关键字的特定行...
分类:移动平台   时间:2014-03-09 17:11:03    收藏:0  评论:0  赞:0  阅读:479
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!