码迷,mamicode.com
首页 >  
搜索关键字:phone bills    ( 3468个结果
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
windows phone8.1:页面导航详解
小梦给大家带来windows phone 8.1应用开发实战教程,分享自己学习,开发过程中的经验和技巧。今天给大家分享windows phone 8.1页面导航相关知识。涉及知识点如下:页面一导航到页面二页面一带一个参数导航到页面二页面一带多个参数导航到页面二重写后退键,使得后退键可以返回前一页面。...
分类:Windows程序   时间:2014-06-09 14:53:17    阅读次数:417
How to enable your website to public(set up your web server at home)
As a so exciting dream, I would like set up my owned web site which can be accessed anywhere nomatter from laptop/mobile phone or tablet. Current now ...
分类:Web程序   时间:2014-06-09 13:00:33    阅读次数:420
使用 Cocos2d 3.1.1 创建 Windows Phone 8 游戏开发环境
cocos2d-x 是目前流行的游戏游戏开发框架,目前最新的版本是 3.1.1, 网上有些教程已经比较老了,本文将会介绍如何使用最新的 3.1.1 创建 Windows Phone 8 开发环境。本文假设你已经安装好了 VS2012 或者 VS2013,并且已经安装了 Windows Phone 8...
分类:Windows程序   时间:2014-06-08 20:40:58    阅读次数:374
字典树 Trie (HDU 1671)
Problem Description Given a list of phone numbers, determine if it is consistent in the sense that no number is the prefix of another. Let’s say the phone catalogue listed these numbers: 1. Emergenc...
分类:其他好文   时间:2014-06-08 10:31:22    阅读次数:234
关于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
[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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!