上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 41 下一页
摘要: 不可或缺 Windows Native 之 C 语言: 在 Windows Store Apps 中调用 C/C++, hello c 阅读全文
posted @ 2015-03-12 09:41 webabcd 阅读(2426) 评论(4) 推荐(1) 编辑
摘要: 与众不同 windows phone 8.1 之 新增控件: AutoSuggestBox - 自动建议文本框, ListView, GridView, SemanticZoom - 同 Windows Store Apps 中的控件 阅读全文
posted @ 2015-01-29 09:11 webabcd 阅读(2695) 评论(8) 推荐(2) 编辑
摘要: 与众不同 windows phone 8.1 之 新增控件: DatePickerFlyout - 日期选取器控件, TimePickerFlyout - 时间选取器控件 阅读全文
posted @ 2015-01-27 08:23 webabcd 阅读(1870) 评论(2) 推荐(0) 编辑
摘要: 与众不同 windows phone 8.1 之 新增控件: PickerFlyout - 选取器控件, ListPickerFlyout - 列表选取器控件 阅读全文
posted @ 2015-01-23 10:55 webabcd 阅读(1983) 评论(4) 推荐(3) 编辑
摘要: 与众不同 windows phone 8.1 之 新增控件: 概述, ContentDialog - 对话框控件, MapControl - 又一个地图控件 阅读全文
posted @ 2015-01-19 15:53 webabcd 阅读(3104) 评论(4) 推荐(2) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之控件增强: GridView 和 ListView 每屏显示的数据量多滚动也流畅, GridViewItemPresenter 和 ListViewItemPresenter 更方便更快速地显示各种状态, 自定义 GridViewItemPresenter 和 ListViewItemPresenter 阅读全文
posted @ 2015-01-05 15:06 webabcd 阅读(2611) 评论(2) 推荐(2) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 系列文章索引:Windows 8.1 Store Apps 相对于 Windows 8.0 Store Apps 的新特性。如新增控件, 控件新特性, 文件系统的新特性, 绑定的新特性, 图像处理的新特性, 分享的新特性, 通知的新特性, UI的新特性, TTS, 通信的新特性, 后台任务的新特性, 其他新特性等 阅读全文
posted @ 2014-08-28 08:19 webabcd 阅读(4415) 评论(7) 推荐(4) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之其他新特性: CoreDispatcher 的新特性, “日历”的相关操作, 自定义锁屏时需要显示的系列图片 阅读全文
posted @ 2014-08-25 08:47 webabcd 阅读(2378) 评论(0) 推荐(0) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之后台任务的新特性: 下载和上传的新特性, 程序启动前预下载网络资源, 后台任务的其它新特性 阅读全文
posted @ 2014-08-18 08:40 webabcd 阅读(2484) 评论(13) 推荐(1) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之通信的新特性: 通过 HttpBaseProtocolFilter 控制缓存逻辑,以及如何通过 HttpBaseProtocolFilter 管理 cookie; 自定义 HttpFilter; 其他 阅读全文
posted @ 2014-08-14 08:30 webabcd 阅读(3970) 评论(0) 推荐(0) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之通信的新特性: 下载数据(显示下载进度,将下载数据保存到本地), 上传数据(显示上传进度), 上传文件 阅读全文
posted @ 2014-08-11 12:30 webabcd 阅读(3138) 评论(12) 推荐(2) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之通信的新特性: 新的 HttpClient, http get string, http get stream, http post string, http post stream 阅读全文
posted @ 2014-08-04 08:59 webabcd 阅读(4257) 评论(8) 推荐(1) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之 TTS(Text To Speech): Speak Text, Speak SSML 阅读全文
posted @ 2014-07-28 09:05 webabcd 阅读(3044) 评论(0) 推荐(0) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之系统 UI 的新特性: Theme - 主题(共有两种主题:Light 和 Dark,默认是 Dark), 窗口宽度可调, ApplicationView, DisplayInformation 阅读全文
posted @ 2014-07-24 08:48 webabcd 阅读(2719) 评论(2) 推荐(0) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之通知的新特性: 警报通知(闹钟), Tile 的新特性 阅读全文
posted @ 2014-07-21 08:41 webabcd 阅读(2491) 评论(2) 推荐(0) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之图像处理的新特性, Share Contract 的新特性: 图像处理的新特性 - 通过 RenderTargetBitmap 对 xaml 截图,以及保存图片; Share Contract 的新特性 - 增加 WebLink, ApplicationLink, 去掉了 Uri, “共享目标”可以自己 dismiss 阅读全文
posted @ 2014-07-17 08:48 webabcd 阅读(2122) 评论(2) 推荐(0) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之文件系统的新特性: 简要说明 win8.1 中关于文件系统的增强, “库”管理, 管理以及使用索引 阅读全文
posted @ 2014-07-14 08:55 webabcd 阅读(3467) 评论(0) 推荐(0) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之绑定: DataContextChanged - FrameworkElement 的 DataContext 发生变化时触发的事件, TargetNullValue - 当绑定数据为 null 时所需要显示的值, FallbackValue - 当绑定失败(无法返回值)的时候所需要显示的值, UpdateSourceTrigger - UI 上数据更新的触发方式 阅读全文
posted @ 2014-06-26 08:26 webabcd 阅读(3559) 评论(0) 推荐(2) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之控件增强: WebView 加载本地 html,智能替换 html 中的 url 引用; WebView 通过 Share Contract 分享; WebView 截图 阅读全文
posted @ 2014-06-23 08:43 webabcd 阅读(5704) 评论(12) 推荐(2) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之控件增强: WebView 的基本应用, WebView 通过 POST 请求和 HTTP 头加载 url, WebView 与 JavaScript 交互 阅读全文
posted @ 2014-06-20 08:27 webabcd 阅读(4884) 评论(27) 推荐(1) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之控件增强: MediaElement - 播放视频或音频的控件; Frame - 框架控件,用于导航内容 阅读全文
posted @ 2014-06-12 12:36 webabcd 阅读(2208) 评论(10) 推荐(0) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之控件增强: ScrollViewer - 滚动视图控件的增强, FlipView - 滑动视图控件的增强, Popup - 弹出框控件的增强 阅读全文
posted @ 2014-06-09 08:49 webabcd 阅读(3357) 评论(6) 推荐(1) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之控件增强: 文本类控件的增强, 为一些控件增加了 Header 属性和 HeaderTemplate 属性, 为一些控件增加了 PlaceholderText 属性 阅读全文
posted @ 2014-06-05 08:41 webabcd 阅读(3336) 评论(0) 推荐(1) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之新增控件: SearchBox - 搜索框(数据源在本地,从输入法编辑器中获取相关信息), SearchBox - 搜索框(数据源在服务端,为搜索建议增加图标、描述等), SearchBox - 搜索框(数据源在本地文件的 metadata) 阅读全文
posted @ 2014-05-26 09:12 webabcd 阅读(2780) 评论(4) 推荐(2) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之新增控件: Hub - 中心控件(由一个 header 和多个 section 组成), Hyperlink - 超链接控件(在 RichEditBox, RichTextBlock, RichTextBlockOverflow 内使用) 阅读全文
posted @ 2014-05-21 09:07 webabcd 阅读(2641) 评论(7) 推荐(1) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之新增控件: Flyout - Flyout 控件, MenuFlyout - 菜单 Flyout 控件, SettingsFlyout - 设置面板 Flyout 控件 阅读全文
posted @ 2014-05-15 08:26 webabcd 阅读(4248) 评论(37) 推荐(2) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之新增控件: DatePicker - 日期选择控件, TimePicker - 时间选择控件 阅读全文
posted @ 2014-05-12 08:43 webabcd 阅读(2737) 评论(5) 推荐(2) 编辑
摘要: 重新想象 Windows 8.1 Store Apps 之新增控件: AppBar - 应用程序栏控件(新增了 AppBarButton, AppBarToggleButton, AppBarSeparator), CommandBar - 应用程序栏控件(AppBar 简化版) 阅读全文
posted @ 2014-05-05 08:31 webabcd 阅读(3503) 评论(2) 推荐(1) 编辑
摘要: 写给爸爸的第一封信,也许也是最后一封信 阅读全文
posted @ 2014-02-10 17:49 webabcd 阅读(1481) 评论(18) 推荐(2) 编辑
摘要: 与众不同 windows phone 8.0 & 8.1 系列文章索引:windows phone 8.0 & 8.1 相对于 windows phone 7.5 (sdk 7.1) 的新特性。如 winnt 内核, 新的控件, 新的启动器, 新的瓷贴, 文件系统, 关联启动, 联系人和日历的增强, 媒体功能的增强, 相机和照片的增强, 位置和地图的增强, TTS, 语音识别, 语音命令, 通信api的增强, 锁屏, 电池状态, 多分辨率, 内置协议, 快速恢复, C# 调用 C++等 阅读全文
posted @ 2014-01-22 08:33 webabcd 阅读(4778) 评论(13) 推荐(18) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 41 下一页