ChinaUnix.net
相关文章推荐:

android androidndkr7 platforms

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

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

相关讨论

As we known that fflush(3) is a standard C library function. So it should be has the same behavior on any platforms which support standard ansi C library. But when I wrote fflush(stdin); Windows will discard all things stored in the system's standard input buffer. So when I issue getchar(3) next fflush(3), I could get correct character I wish. FreeBSD, contrasted with windows, has not the effe...

by gvim - C/C++ - 2005-05-14 11:39:08 阅读(879) 回复(2)

Job Title: Vxworks Certified platforms Test Engineer -------------------------------------------------- Location: Beijing Email Contact: systest_wrs@yahoo.com General Descritpion of this Position: Wind River Systems Beijing R&D Center has a great opportunity for vxworks certified platform test engineers. This position will be responsbile for the testing and certification work of the specific Vxwor...

by catea - 猎头招聘 - 2008-03-05 21:03:17 阅读(987) 回复(0)

Java Native Interface Specification—Contents http://java.sun.com/javase/6/docs/technotes/guides/jni/spec/jniTOC.html android JNI Tips http://blog.chinaunix.net/u1/38994/showart_1099466.html 一个JNI下c和java程序范例 http://blog.chinaunix.net/u1/38994/showart_1100966.html 如何编写jni方法 http://blog.chinaunix.net/u1/38994/showart_1099528.html 本文来自ChinaUnix博客,如果查看原文请...

by web_surf - Java文档中心 - 2009-03-05 13:17:06 阅读(1696) 回复(0)

特性 可重用和可替换组件的程序应用框架 针对移动设备优化过的Dalvik虚拟机 集成了基于开源Webkit引擎的网页浏览器 经过优化过的自定义2D图形库和基于OpenGL ES 1.0库 可选硬件加速 SQLite结构化的数据存储数据库 支持常规的音频视频多媒体格式,如MPEG4、H.264、MP3、AAC、AMR、JPG、PNG、GIF GSM电话(硬件决定) 蓝牙、GPRS-EDGE、3G和Wifi无线网络(硬件决定) 相机、GPS全球定位、导航和感应加速器 丰...

by 杨竹青 - OpenAPI - 2008-07-28 14:21:30 阅读(2350) 回复(0)

android 是用于移动设备的软件堆栈,包括操作系统、中间件和关键应用程序。它由开放手机联盟(一个由 30 多家科技公司和手机公司组成的团体)开发。全新建立 android是为了使开发人员能够创建引人入胜的移动应用程序,这些程序可充分利用手机必备的所有功能。开发人员可以使用 android SDK 创建适用于该平台的应用程序。

by 杨竹青 - OpenAPI - 2008-07-24 16:02:00 阅读(2475) 回复(0)

Job Title: VxWorks Certified platforms Test Engineer -------------------------------------------------- Location: Beijing Email Contact: systest_wrs@yahoo.com General Description of this Position: This position will be responsible for the testing and certification work of the specific VxWorks versions (Safety and Critical). -------------------------------------------------- Job Descriptions: Respo...

by catea - 猎头招聘 - 2009-07-27 00:19:46 阅读(1075) 回复(0)

在一个android应用中,主要是由四种组件组成的,这四种组件可参考“android应用的构成”。 而这四种组件是独立的,它们之间可以互相调用,协调工作,最终组成一个真正的android应用。在这些组件之间的通讯中,主要是由Intent协助完成的。Intent负责对应用中一次操作的动作、动作涉及数据、附加数据进行描述,android则根据此Intent的描述,负责找到对应的组件,将 Intent传递给调用的组件,并完成组件的调用。因此,Intent在这...

by android_ifreela - Java文档中心 - 2009-07-18 21:38:49 阅读(1292) 回复(0)

android里面对于异步消息的处理,提供了一套Handler的实现方案。Handler有很多适宜的应用和微妙之处,使它在和Thread以及Service等一起使用的时候达到很好的效果。 一. Handler与Thread的区别。Handler与调用者处于同一线程,如果Handler里面做耗时的动作,调用者线程会阻塞。android UI操作不是线程安全的,并且这些操作必须在UI线程中执行。android提供了几种基本的可以在其他线程中处理UI操作的方案,包括Activity的runOnUiTh...

by rintail - Java文档中心 - 2009-06-25 11:22:20 阅读(3663) 回复(0)