ChinaUnix.net
相关文章推荐:

google android ubuntu 1004

simple google Translate in android 一个简单的调用google翻译的服务的程序。 原理很简单: 提交Http请求 http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=hello&langpair=en%7Czh-CN 获得回应{"responseData": {"translatedText":"喂"}, "responseDetails": null, "responseStatus": 200}从中读取翻译结果 主要代码如下: private HttpUriRequest request = null; private HttpRespon...

by xinyu391 - Java文档中心 - 2009-01-08 10:50:55 阅读(1608) 回复(0)

相关讨论

startActivity(Intent) 接口用于启动一个新的activity,新的activity将被放置到activity栈顶。使用一个单一的参数:描述activity的执行动作的 Intent 。 有时候我们希望在activity结束的时候获得activity的反馈结果,例如:在一个activity中,让用户在一个联系人列表中选择某一个人,在该页面结束的时候,能够返回选中的人员信息。要做到这一点,需要调用 startSubActivity(Intent, int) 接口进行启动,第二个参数为调用者的标识。...

by zxgang_andy - Java文档中心 - 2008-09-07 20:40:12 阅读(1326) 回复(0)

google最近宣称,他们未来的收集系统“android”,包含核心平台组件和开发设备所需的库,都将采用常用的开源协议来授权.   换句话说,google android将100%开源.这是google的雇员在旧金山google I/O会议上透露的.他们甚至将系统中的多媒体解码器也全面开源.   预计google android的开源协议将是Apache software license (ASL v2),Apache,Tomcat,Harmony等大工程都采用了这种授权方式. 本文来自ChinaUnix博客,如果查看原文请点...

by ali_tong - 网络技术文档中心 - 2008-06-03 21:18:48 阅读(844) 回复(0)

What is android? android is a software stack for mobile devices that includes an operating system, middleware and key applications. This early look at the android SDK provides the tools and APIs necessary to begin developing applications on the android platform using the Java programming language. see more: http://code.google.com/android/what-is-android.html 本文来自ChinaUnix博客,如果查看原文...

by liugao_0614 - Java文档中心 - 2007-12-24 11:42:17 阅读(794) 回复(0)

咱们是不是应该开个android :mrgreen: :mrgreen: :mrgreen: 看着太好玩了。 [ 本帖最后由 小把戏 于 2008-9-29 21:55 编辑 ]

by 小把戏 - 站务交流 - 2008-12-29 20:31:52 阅读(2613) 回复(5)

 来自:www.onlycto.com 近日,在上海、苏杭等地举行的大型IT软件、通讯、电子行业精英人才招聘中,招聘企业提供了近5000个就业岗位,全部针对IT企业。据了解,在这些招聘会中所提供的岗位主要为高级经理、高级软件工程师、Oracle管理人员、PHP程序员、3G手机开发、通信技术工程师等。另外还针对在校大学生,提供有勤工俭学岗位和兼职岗位。    笔者了解到,在数场招聘会中,对于PHP程序员、3G手机开发、OracleDBA等职...

by bidedadi - PHP - 2009-07-10 10:02:30 阅读(878) 回复(0)