码迷,mamicode.com
首页 >  
搜索关键字:phone    ( 3454个结果
Windows Phone 8.1 开发技术概览 (Universal APP)
Windows Phone 8.1 已经出来这么长时间了现在才更新BLOG让大家久等了,今天我先为大家介绍下 WP 8.1的开发框架,什么是微软所推崇的 Universal APP,以及我们要开发 Universal APP的时候要注意哪些内容。
分类:移动开发   时间:2014-06-11 11:33:21    阅读次数:347
发送短信
//get 发送短信 public static String send_sms(String mobile_phone, String msg) { String ret_str = ""; BufferedReader rd=null; try {...
分类:其他好文   时间:2014-06-11 11:31:29    阅读次数:216
Windows Phone 8.1 开发技术概览 (Universal APP)
原文:Windows Phone 8.1 开发技术概览 (Universal APP)前一阵真的比较懒 WP8.1 已经出来这么长时间了现在才更新BLOG让大家久等了,今天我先为大家介绍下 WP 8.1的开发框架,什么是微软所推崇的 Universal APP,以及我们要开发 Universal A...
分类:移动开发   时间:2014-06-11 11:02:32    阅读次数:320
关于Store Apps
因为时代在变迁,Store Apps这个概念很容易引起混淆在过去,windows phone 8.0时代windows store apps指的是windows metro style 的应用,这些应用主要是运行在以下两个OSwindows rt 8/8.1 硬件载体是平板,如:sureface r...
分类:移动开发   时间:2014-06-07 17:02:17    阅读次数:331
【Leetcode】Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:其他好文   时间:2014-06-06 17:50:38    阅读次数:284
[WP8.1UI控件编程]Windows Phone XAML页面的编译
1.1.2 XAML页面的编译 Windows Phone的应用程序项目会通过Visual Studio完成XAML页面的编译,在程序运行时会通过直接链接操作加载和解析XAML,将XAML和过程式代码自动连接起来。如果你不在乎将XAML文件和过程式代码融合,那么只需要把它添加到Visual Stud...
分类:Windows程序   时间:2014-06-06 17:46:47    阅读次数:537
Windows Phone 8.1 联系人与日历
(1)联系人;(2)日历。
分类:Windows程序   时间:2014-06-06 07:31:24    阅读次数:382
[WP]使用ApacheCordova开发HTML5-WindowsPhone应用程序
下载代码示例这篇文章介绍 Apache 科尔多瓦,创建使用 HTML5 和 JavaScript,跨平台移动应用程序的框架,并显示了如何使用它为 Windows Phone 开发应用程序。Windows Phone 和其本机开发平台允许您轻松地创建美丽地铁样式的应用程序。最近诺基亚的伙伴关系,与 W...
分类:Windows程序   时间:2014-06-05 21:04:35    阅读次数:545
SharedPreferences in Android
As far as I know, SharedPreferences allow us to store some simple data in a named area in our phone. Introduction to the uses of SharedPreferences is ...
分类:移动开发   时间:2014-06-05 14:07:21    阅读次数:390
Windows Phone 8.1 Tiles, Notifications and Action Center
(1)Tiles;(2)Notifications;(3)Action Center。
分类:Windows程序   时间:2014-06-04 17:10:07    阅读次数:418
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!