
Android-- Good Informations
文章平均质量分 72
hqx2008
Dont Give Up,Man!
展开
-
andbook(感谢plusminus_http://www.anddev.org/)
today I announce andbook!, which is a document that shows how to start coding for Android without having any Android-knowledge before. This is the cover:原创 2008-04-30 07:18:00 · 811 阅读 · 0 评论 -
Android prototype Q&A video and transcript plus hardware details
Android prototype Q&A video and transcript plus hardware detailsPosted on 28 May 2008 by Chris Davies After wowing the IO conference crowd with their Android prototype demonstration, the developer转载 2008-05-31 03:44:00 · 845 阅读 · 0 评论 -
Google 在自家 I/O 会议上以 HTC Dream 示范 Android 操作系统?
根据与会的媒体人员表示,Google 在自家的 I/O 发展会议上,拿出了一台可能就是传说已久的 HTC Dream 手机,来示范Android 操作系统的最新功能;我们目前从 YouTube 上 得到的最新影片,内容是以该手机示范如何透过加速感应器来操作 GoogleStreetView 。( 影片于跳转后收看 ) 这个屏幕大小约 3 到 5 寸、具有滑出键盘的神秘产品,真的就是 H转载 2008-06-02 09:26:00 · 552 阅读 · 0 评论 -
ADC finalists gets early access to SDKs
Google notified the top 50 teams from the Android Developers Challenge to explain some of the details of Phase II of the ADC. Google is going to be using these top 50 teams as beta testers for new SDK转载 2008-06-02 08:27:00 · 528 阅读 · 0 评论 -
力促无线资源开放 谷歌奏响称霸序曲
《商业周刊》日前刊文指出,谷歌正在全力促成无线频段资源向公众免费开放,而这将有助于其快速切入无线通信市场,既而将其在以PC为基础的互联网世界里的影响力延伸到以手机为基础的无线互联网世界,无疑目前谷歌所作的一切,是其称霸无线互联网世界的前奏。这周谷歌的创始人之一佩奇来到了华盛顿,其目的很明确就是为搜索巨头在日益火爆的无线通信市场赢得一席之地。面对无线通信市场潜在的前景,谷歌及其同行包括微软一直要求F原创 2008-05-28 00:13:00 · 477 阅读 · 0 评论 -
谷歌展示Android功能 手机下半年上市
2008年05月29日17:59 来源: Techweb 发表评论(0)支持(0)反对(0)新浪科技讯北京时间5月29日消息,据国外媒体报道,谷歌周三展示了备受瞩目的Android手机,并否认将与iPhone在手机市场展开竞争。 在周三于旧金山召开的“GoogleI/O”大会上,谷歌向外界展示了Android手机。该设备与原创 2008-05-29 21:17:00 · 644 阅读 · 0 评论 -
I hope Android will implement and support the USB host feature.
Hello, I have a sugestion for the Android platform developers. As a regular user, I very much hope that the platform will implement and support the USB Host feature (http://en.wikipedia.org/wiki/US转载 2008-05-29 09:34:00 · 816 阅读 · 0 评论 -
诺基亚:目前无意支持Google Android平台
5月27日消息,据国外媒体报道,诺基亚服务及软件业务执行副总裁Niklas Savander日前表示,诺基亚目前无意支持Google Android平台。Savander称,他并不准备支持Google Android移动平台。Google打造开放性Android平台的目的是值得赞扬的,但目前还只是一种"雾件"(已经发布但尚未生产的新软件)。 Savander说:“Android平台拥有3原创 2008-05-28 00:36:00 · 637 阅读 · 0 评论 -
Android M5 新特性
Android SDK M5 Release - API Changes OverviewAndroidManifest.xml在AndroidManifest.xml文件,这里有几处改动。当移植一个应用程序到M5下,它会立即提醒你去修改!就像你下面看到的这些:在AndroidManifest.xml文件中,参数为“class=”全部被”android:name=”替代。在AndroidManif原创 2008-05-18 22:46:00 · 2210 阅读 · 0 评论 -
Db4o发布新版本,支持Android平台
2007年12月5日,领先的开源面向对象数据库提供厂商db4objects宣布db4o已可以顺利运行于Android平台。先前的InfoQ新闻“Db4Objects发布Db4o 7.0,支持透明激活”中曾经报道db4objects公司和爱好者积极推进db4o运行于Google Android平台,以期待让db4o成为Android上的首选数据库平台,现在db4o已经成功走出了这一步。Andro原创 2008-05-21 19:15:00 · 756 阅读 · 0 评论 -
Dalvik: how Google routed around Sun’s IP-based licensing restrictions on Java ME
Stefano’s LinotypeTypesetting some of Stefano Mazzocchi’s random thoughtsDalvik: how Google routed around Sun’s IP-based licensing restrictions on Java ME November 12th, 2007 Sun rel原创 2008-05-21 17:46:00 · 778 阅读 · 0 评论 -
Android 识别来电号码
识别来电号码学习内容: 你将学会如何使用PhoneStateIntentReceiver来识别来电号码 . 可能出现的情况是, 当有来电时会使音乐播放关闭. 难度: 2 of 5 界面效果: 很不幸,没有 描述: 我们会创建一个PhoneStateIntentReceiver,当PhoneState 状态改变时它会发送消息 Handler. 请看一看 详细注释 的例子实现(实际上注册原创 2008-05-05 07:22:00 · 3110 阅读 · 0 评论 -
Application的生命周期
在多数情况下, 每个Android应用运行在自己的Linux进程中. 当一个应用的某段code需要运行的时候这个进程将会被创建, 直到不再需要该应用或系统要为其他的应用释放内存的时候才停止. 一个非常重要且少有的特性是, 应用进程的存活时间不是由这个应用直接控制的. 而是由系统决定的, 系统会根据每个已知的正在运行的应用情况来定夺, 包括, 该应用对用户的重要性和系统全部可用内存. 对于开原创 2008-04-30 18:51:00 · 899 阅读 · 0 评论 -
Android.Documentation
这两天一直在研究Android,有些辛苦! Activity Intent Receiver Service Content Provider 在Android应用程序中有四个构建块: 活动 活动内容接受器(意图接收器?) 服务 内容提供器 Activity是Android构造块原创 2008-04-30 18:46:00 · 784 阅读 · 0 评论 -
屏幕元素的层次
Android中文网(androidcn.net) 版权申明 : creativecommons licenses if (window.showTocToggle) { var tocShowText = "显示"; var tocHideText = "隐藏"; showTocToggle(); } 屏幕元素的层次 The basic functional unit of原创 2008-04-30 19:06:00 · 826 阅读 · 0 评论 -
Android平台
原创 2008-04-30 07:16:00 · 440 阅读 · 0 评论 -
构建 Android 手机 RSS 阅读器
构建 Android 手机 RSS 阅读器 使用 Android 处理 XML原创 2008-04-30 07:21:00 · 1623 阅读 · 0 评论 -
Android帮助文档.exe(第1,2,3部分)提供下载
Android帮助文档.exe(第1,2,3部分)提供下载Android帮助文档制作正在进行中..... 大家支持一下。 1.jpg (23.28 KB)2008-6-2 14:44 http://www.androidlab.cn/forumdisplay.php?fid=5&page=1 Android帮助文档(第三部分).rar (原创 2008-06-02 17:43:00 · 941 阅读 · 0 评论