Spiga

[置顶]我的Windows Embedded CE/Windows Mobile文章索引(不断更新)

2009-10-15 11:14 by 王克伟, 6645 visits, 网摘, 收藏, 编辑
摘要:嵌入式设备的用户界面是我的主要方向,如果你也感兴趣,一起研究吧。我的QQ:3423 67 776。基础入门系列从0开始Windows Mobile 开发 2009-05-20 一起来学习Windows Mobile 6.5 2009-06-07 Windows Mobile应用程序开发问题集锦 2009-06-14 Windows Mobile上的服务程序 2009-06-20 手机开发中Visu... 阅读全文

我们的创业步伐:我们的产品

2011-07-04 16:40 by 王克伟, 2883 visits, 网摘, 收藏, 编辑
摘要:好久没写博客了,距离《我们的创业步伐》这篇文章有半年了,回首这半年,发现居然不知道说什么了,道不出其中的滋味。 坦白的说我们已经到了生死存亡的时刻了,想想我们的创业历程,刚开始的想法、现在的想法、我们的困难、我们的团队,可以这么概况下: 最初我们喜欢把创业比喻成游泳,不亲自下水游是没办法学会游泳的,但是你也要做好被淹的半死的准备。 穷人做事有穷人的办法,实在没办法的情况下白米饭也能养出来一个产品。... 阅读全文

Windows Phone 7 Series Developer General FAQ

2011-03-02 21:09 by 王克伟, 470 visits, 网摘, 收藏, 编辑
摘要:今天查找WP7对TCP/UDP的支持时顺手把其它FAQ也转过来方便查找,原文:Windows Phone 7 Series Developer General FAQ (Updated 5/19/2010) Getting Started First, get the tools: • For Windows Phone Developer Tools CTP, you can download ... 阅读全文

我们的创业步伐

2011-01-20 20:00 by 王克伟, 5459 visits, 网摘, 收藏, 编辑
摘要:2010年对我来说是个难忘的一年,在比亚迪时从深圳出差来到北京,然后又从北京回到深圳,从比亚迪离职之后收到了微软Vender职位的Offer,所以又回到北京。虽然从北京回南方时我就默默的下决定以后不来... 阅读全文

Android NDK r5 Native Activity

2011-01-15 23:03 by 王克伟, 1281 visits, 网摘, 收藏, 编辑
摘要:Convenience for implementing an activity that will be implemented purely in native code. That is, a game (or game-like thing). There is no need to derive from this class; you can simply declare it in ... 阅读全文

Build Android Source Code

2011-01-15 16:39 by 王克伟, 813 visits, 网摘, 收藏, 编辑
摘要:Setting up your machine To build the Android source files, you will need to use Linux or Mac OS. Building under Windows is not currently supported. Linux The Android build is routinely tested on rec... 阅读全文

Android Code Style Guidelines for Contributors

2011-01-15 16:01 by 王克伟, 397 visits, 网摘, 收藏, 编辑
摘要:The rules below are not guidelines or recommendations, but strict rules. Contributions to Android generally will not be accepted if they do not adhere to these rules. Not all existing code follows th... 阅读全文

基于 OAuth 安全协议的 Java 应用编程

2011-01-14 19:16 by 王克伟, 649 visits, 网摘, 收藏, 编辑
摘要:原文地址:http://www.ibm.com/developerworks/cn/java/j-lo-oauth/index.html OAuth 简介 OAuth 是由 Blaine Cook... 阅读全文

OAuth介绍

2011-01-14 18:45 by 王克伟, 630 visits, 网摘, 收藏, 编辑
摘要:简介 OAuth (开放授权) 是一个开放标准,允许用户让第三方网站访问该用户在某一网站上存储的私密的资源(如照片,视频,联系人列表),而无需将用户名和密码提供给第三方网站。 OAuth允许用户提供... 阅读全文

Facebook API 简介

2011-01-14 16:55 by 王克伟, 1880 visits, 网摘, 收藏, 编辑
摘要:原文:http://www.ibm.com/developerworks/cn/xml/x-androidfacebookapi/index.html Facebook Platform API 概述 在介绍 Facebook SDK for Android 之前,有必要了解一下 Facebook Platform 及其 API。据 Facebook 声称,Facebook Platform ... 阅读全文

在 Android 应用程序中使用 Internet 数据

2011-01-13 15:21 by 王克伟, 483 visits, 网摘, 收藏, 编辑
摘要:原文:http://www.ibm.com/developerworks/cn/xml/x-dataAndroid/index.html Android 应用程序必须访问位于 Internet 上的数据,而 Internet 数据可以有几种不同的格式。本文将介绍在 Android 应用程序中如何使用三种数据格式: XML JSON Google 的 protocol buffers 首先开发一个... 阅读全文